Html Css Color HEX #30CEE6 Summer Sky

📋 copy color: '#30CEE6'

red 48 ◦ green 206 ◦ blue 230

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

Shades of Summer Sky #30CEE6

Tints of Summer Sky #30CEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.56%

 BLUE value IS 230 (90.23% from 255) = 47.52%

R = 9.92%
G = 42.56%
B = 47.52%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#30CEE6 (or 0x30CEE6) is known color: Summer Sky. HEX triplet: 30, CE and E6. RGB value is (48,206,230). Sum of RGB (Red+Green+Blue) = 48+206+230=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #30CEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CEE6 is #CF3119. Grayscale: #A1A1A1. Windows color (decimal): -13578522 or 15126064. OLE color: 15126064.

HSL color Cylindrical-coordinate representation of color #30CEE6: hue angle of 187.91º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30CEE6 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 206 230 -
CMYK 0.79 0.10 0 0.10
HSL 187.91º 0.78% 0.55% -
HSV(B) 187.91º 0.79% 0.9% -
XYZ 37.57 50.48 82.63 -
YUV 161.49 166.65 47.05 -
System Red Green Blue C M Y K H S L
Decimal 48 206 230 0.79 0.10 0 0.10 187.91 0.78 0.55
Hex 30 CE E6 4F A 0 A BC 4E 37
Octal 60 316 346 117 12 0 12 274 116 67
Binary 110000 11001110 11100110 1001111 1010 0 1010 10111100 1001110 110111

Color Harmonies of #30CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEE6

Black with #30CEE6

Text Example


Text Example

White with #30CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,230); }

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

background-color css

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

 a { background-color: rgb(48,206,230); }

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

border-color css

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

 span { border-color: rgb(48,206,230); }

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