Html Css Color HEX #30C5E5 Summer Sky

📋 copy color: '#30C5E5'

red 48 ◦ green 197 ◦ blue 229

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

Shades of Summer Sky #30C5E5

Tints of Summer Sky #30C5E5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

 BLUE value IS 229 (89.84% from 255) = 48.31%

R = 10.13%
G = 41.56%
B = 48.31%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#30C5E5 (or 0x30C5E5) is known color: Summer Sky. HEX triplet: 30, C5 and E5. RGB value is (48,197,229). Sum of RGB (Red+Green+Blue) = 48+197+229=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #30C5E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C5E5 is #CF3A1A. Grayscale: #9B9B9B. Windows color (decimal): -13580827 or 15058224. OLE color: 15058224.

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

Color convert

RGB 48 197 229 -
CMYK 0.79 0.14 0 0.10
HSL 190.61º 0.78% 0.54% -
HSV(B) 190.61º 0.79% 0.9% -
XYZ 35.33 46.22 81.19 -
YUV 156.1 169.14 50.9 -
System Red Green Blue C M Y K H S L
Decimal 48 197 229 0.79 0.14 0 0.10 190.61 0.78 0.54
Hex 30 C5 E5 4F E 0 A BF 4E 36
Octal 60 305 345 117 16 0 12 277 116 66
Binary 110000 11000101 11100101 1001111 1110 0 1010 10111111 1001110 110110

Color Harmonies of #30C5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C5E5

Black with #30C5E5

Text Example


Text Example

White with #30C5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,197,229); }

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

background-color css

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

 a { background-color: rgb(48,197,229); }

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

border-color css

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

 span { border-color: rgb(48,197,229); }

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