Html Css Color HEX #03AFEC Deep Sky Blue

📋 copy color: '#03AFEC'

red 3 ◦ green 175 ◦ blue 236

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

Shades of Deep Sky Blue #03AFEC

Tints of Deep Sky Blue #03AFEC

RGB

 RED value IS 3 (1.56% from 255) = 0.72%

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 0.72%
G = 42.27%
B = 57%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03AFEC (or 0x03AFEC) is known color: Deep Sky Blue. HEX triplet: 03, AF and EC. RGB value is (3,175,236). Sum of RGB (Red+Green+Blue) = 3+175+236=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #03AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFEC is #FC5013. Grayscale: #828282. Windows color (decimal): -16535572 or 15511299. OLE color: 15511299.

HSL color Cylindrical-coordinate representation of color #03AFEC: hue angle of 195.71º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFEC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 175 236 -
CMYK 0.99 0.26 0 0.07
HSL 195.71º 0.97% 0.47% -
HSV(B) 195.71º 0.99% 0.93% -
XYZ 30.51 36.74 84.84 -
YUV 130.53 187.52 37.04 -
System Red Green Blue C M Y K H S L
Decimal 3 175 236 0.99 0.26 0 0.07 195.71 0.97 0.47
Hex 3 AF EC 63 1A 0 7 C4 61 2F
Octal 3 257 354 143 32 0 7 304 141 57
Binary 11 10101111 11101100 1100011 11010 0 111 11000100 1100001 101111

Color Harmonies of #03AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFEC

Black with #03AFEC

Text Example


Text Example

White with #03AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AFEC; }

 p { color: rgb(3,175,236); }

 H1.HeaderClassName
 {
   color: #03AFEC;
 }
 .AnyTagClassName
 {
   color: #03AFEC;
 }
</style>

background-color css

<style>
 a { background-color: #03AFEC; }

 a { background-color: rgb(3,175,236); }

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

border-color css

<style>
 span { border-color: #03AFEC; }

 span { border-color: rgb(3,175,236); }

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