Html Css Color HEX #03AFE9 Deep Sky Blue

📋 copy color: '#03AFE9'

red 3 ◦ green 175 ◦ blue 233

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

Shades of Deep Sky Blue #03AFE9

Tints of Deep Sky Blue #03AFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.69%

R = 0.73%
G = 42.58%
B = 56.69%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#03AFE9 (or 0x03AFE9) is known color: Deep Sky Blue. HEX triplet: 03, AF and E9. RGB value is (3,175,233). Sum of RGB (Red+Green+Blue) = 3+175+233=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #03AFE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFE9 is #FC5016. Grayscale: #818181. Windows color (decimal): -16535575 or 15314691. OLE color: 15314691.

HSL color Cylindrical-coordinate representation of color #03AFE9: hue angle of 195.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFE9 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 175 233 -
CMYK 0.99 0.25 0 0.09
HSL 195.13º 0.97% 0.46% -
HSV(B) 195.13º 0.99% 0.91% -
XYZ 30.08 36.56 82.56 -
YUV 130.18 186.02 37.28 -
System Red Green Blue C M Y K H S L
Decimal 3 175 233 0.99 0.25 0 0.09 195.13 0.97 0.46
Hex 3 AF E9 63 19 0 9 C3 61 2E
Octal 3 257 351 143 31 0 11 303 141 56
Binary 11 10101111 11101001 1100011 11001 0 1001 11000011 1100001 101110

Color Harmonies of #03AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFE9

Black with #03AFE9

Text Example


Text Example

White with #03AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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