Html Css Color HEX #30C4E8 Summer Sky

📋 copy color: '#30C4E8'

red 48 ◦ green 196 ◦ blue 232

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

Shades of Summer Sky #30C4E8

Tints of Summer Sky #30C4E8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

 BLUE value IS 232 (91.02% from 255) = 48.74%

R = 10.08%
G = 41.18%
B = 48.74%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#30C4E8 (or 0x30C4E8) is known color: Summer Sky. HEX triplet: 30, C4 and E8. RGB value is (48,196,232). Sum of RGB (Red+Green+Blue) = 48+196+232=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #30C4E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C4E8 is #CF3B17. Grayscale: #9B9B9B. Windows color (decimal): -13581080 or 15254576. OLE color: 15254576.

HSL color Cylindrical-coordinate representation of color #30C4E8: hue angle of 191.74º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30C4E8 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 196 232 -
CMYK 0.79 0.16 0 0.09
HSL 191.74º 0.8% 0.55% -
HSV(B) 191.74º 0.79% 0.91% -
XYZ 35.52 45.93 83.34 -
YUV 155.85 170.97 51.07 -
System Red Green Blue C M Y K H S L
Decimal 48 196 232 0.79 0.16 0 0.09 191.74 0.8 0.55
Hex 30 C4 E8 4F 10 0 9 C0 50 37
Octal 60 304 350 117 20 0 11 300 120 67
Binary 110000 11000100 11101000 1001111 10000 0 1001 11000000 1010000 110111

Color Harmonies of #30C4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C4E8

Black with #30C4E8

Text Example


Text Example

White with #30C4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,196,232); }

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

background-color css

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

 a { background-color: rgb(48,196,232); }

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

border-color css

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

 span { border-color: rgb(48,196,232); }

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