Html Css Color HEX #30A5EC Summer Sky

📋 copy color: '#30A5EC'

red 48 ◦ green 165 ◦ blue 236

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

Shades of Summer Sky #30A5EC

Tints of Summer Sky #30A5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 10.69%
G = 36.75%
B = 52.56%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30A5EC (or 0x30A5EC) is known color: Summer Sky. HEX triplet: 30, A5 and EC. RGB value is (48,165,236). Sum of RGB (Red+Green+Blue) = 48+165+236=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #30A5EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A5EC is #CF5A13. Grayscale: #898989. Windows color (decimal): -13589012 or 15508784. OLE color: 15508784.

HSL color Cylindrical-coordinate representation of color #30A5EC: hue angle of 202.66º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A5EC is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 165 236 -
CMYK 0.80 0.30 0 0.07
HSL 202.66º 0.83% 0.56% -
HSV(B) 202.66º 0.8% 0.93% -
XYZ 29.81 33.59 84.27 -
YUV 138.11 183.24 63.73 -
System Red Green Blue C M Y K H S L
Decimal 48 165 236 0.80 0.30 0 0.07 202.66 0.83 0.56
Hex 30 A5 EC 50 1E 0 7 CB 53 38
Octal 60 245 354 120 36 0 7 313 123 70
Binary 110000 10100101 11101100 1010000 11110 0 111 11001011 1010011 111000

Color Harmonies of #30A5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A5EC

Black with #30A5EC

Text Example


Text Example

White with #30A5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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