Html Css Color HEX #30A5CE Summer Sky

📋 copy color: '#30A5CE'

red 48 ◦ green 165 ◦ blue 206

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

Shades of Summer Sky #30A5CE

Tints of Summer Sky #30A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 11.46%
G = 39.38%
B = 49.16%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30A5CE (or 0x30A5CE) is known color: Summer Sky. HEX triplet: 30, A5 and CE. RGB value is (48,165,206). Sum of RGB (Red+Green+Blue) = 48+165+206=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #30A5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A5CE is #CF5A31. Grayscale: #868686. Windows color (decimal): -13589042 or 13542704. OLE color: 13542704.

HSL color Cylindrical-coordinate representation of color #30A5CE: hue angle of 195.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A5CE is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 165 206 -
CMYK 0.77 0.20 0 0.19
HSL 195.57º 0.62% 0.5% -
HSV(B) 195.57º 0.77% 0.81% -
XYZ 25.81 31.99 63.21 -
YUV 134.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 48 165 206 0.77 0.20 0 0.19 195.57 0.62 0.5
Hex 30 A5 CE 4D 14 0 13 C4 3E 32
Octal 60 245 316 115 24 0 23 304 76 62
Binary 110000 10100101 11001110 1001101 10100 0 10011 11000100 111110 110010

Color Harmonies of #30A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A5CE

Black with #30A5CE

Text Example


Text Example

White with #30A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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