Html Css Color HEX #30C7EB Summer Sky

📋 copy color: '#30C7EB'

red 48 ◦ green 199 ◦ blue 235

#30C7EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #30C7EB

Tints of Summer Sky #30C7EB

RGB

 RED value IS 48 (19.14% from 255) = 9.96%

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 9.96%
G = 41.29%
B = 48.76%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30C7EB (or 0x30C7EB) is known color: Summer Sky. HEX triplet: 30, C7 and EB. RGB value is (48,199,235). Sum of RGB (Red+Green+Blue) = 48+199+235=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #30C7EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C7EB is #CF3814. Grayscale: #9D9D9D. Windows color (decimal): -13580309 or 15451952. OLE color: 15451952.

HSL color Cylindrical-coordinate representation of color #30C7EB: hue angle of 191.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30C7EB is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 199 235 -
CMYK 0.80 0.15 0 0.08
HSL 191.55º 0.82% 0.55% -
HSV(B) 191.55º 0.8% 0.92% -
XYZ 36.64 47.47 85.83 -
YUV 157.96 171.47 49.57 -
System Red Green Blue C M Y K H S L
Decimal 48 199 235 0.80 0.15 0 0.08 191.55 0.82 0.55
Hex 30 C7 EB 50 F 0 8 C0 52 37
Octal 60 307 353 120 17 0 10 300 122 67
Binary 110000 11000111 11101011 1010000 1111 0 1000 11000000 1010010 110111

Color Harmonies of #30C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C7EB

Black with #30C7EB

Text Example


Text Example

White with #30C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30C7EB; }

 p { color: rgb(48,199,235); }

 H1.HeaderClassName
 {
   color: #30C7EB;
 }
 .AnyTagClassName
 {
   color: #30C7EB;
 }
</style>

background-color css

<style>
 a { background-color: #30C7EB; }

 a { background-color: rgb(48,199,235); }

 div.DivClassName
 {
   background-color: #30C7EB;
 }
 .BgClassName
 {
   background-color: #30C7EB;
 }
</style>

border-color css

<style>
 span { border-color: #30C7EB; }

 span { border-color: rgb(48,199,235); }

 td.TdClassName
 {
   border-color: #30C7EB;
 }
 .TagClassName
 {
   border-color: #30C7EB;
 }
</style>