Html Css Color HEX #30A2EF Summer Sky

📋 copy color: '#30A2EF'

red 48 ◦ green 162 ◦ blue 239

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

Shades of Summer Sky #30A2EF

Tints of Summer Sky #30A2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 10.69%
G = 36.08%
B = 53.23%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30A2EF (or 0x30A2EF) is known color: Summer Sky. HEX triplet: 30, A2 and EF. RGB value is (48,162,239). Sum of RGB (Red+Green+Blue) = 48+162+239=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #30A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A2EF is #CF5D10. Grayscale: #888888. Windows color (decimal): -13589777 or 15704624. OLE color: 15704624.

HSL color Cylindrical-coordinate representation of color #30A2EF: hue angle of 204.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A2EF is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 162 239 -
CMYK 0.80 0.32 0 0.06
HSL 204.19º 0.86% 0.56% -
HSV(B) 204.19º 0.8% 0.94% -
XYZ 29.72 32.7 86.41 -
YUV 136.69 185.73 64.74 -
System Red Green Blue C M Y K H S L
Decimal 48 162 239 0.80 0.32 0 0.06 204.19 0.86 0.56
Hex 30 A2 EF 50 20 0 6 CC 56 38
Octal 60 242 357 120 40 0 6 314 126 70
Binary 110000 10100010 11101111 1010000 100000 0 110 11001100 1010110 111000

Color Harmonies of #30A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A2EF

Black with #30A2EF

Text Example


Text Example

White with #30A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,162,239); }

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

background-color css

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

 a { background-color: rgb(48,162,239); }

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

border-color css

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

 span { border-color: rgb(48,162,239); }

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