Html Css Color HEX #03BDEF Deep Sky Blue

📋 copy color: '#03BDEF'

red 3 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #03BDEF

Tints of Deep Sky Blue #03BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 0.7%
G = 43.85%
B = 55.45%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#03BDEF (or 0x03BDEF) is known color: Deep Sky Blue. HEX triplet: 03, BD and EF. RGB value is (3,189,239). Sum of RGB (Red+Green+Blue) = 3+189+239=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #03BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BDEF is #FC4210. Grayscale: #8A8A8A. Windows color (decimal): -16531985 or 15711491. OLE color: 15711491.

HSL color Cylindrical-coordinate representation of color #03BDEF: hue angle of 192.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDEF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 189 239 -
CMYK 0.99 0.21 0 0.06
HSL 192.71º 0.98% 0.47% -
HSV(B) 192.71º 0.99% 0.94% -
XYZ 33.82 42.65 88.11 -
YUV 139.09 184.38 30.93 -
System Red Green Blue C M Y K H S L
Decimal 3 189 239 0.99 0.21 0 0.06 192.71 0.98 0.47
Hex 3 BD EF 63 15 0 6 C1 62 2F
Octal 3 275 357 143 25 0 6 301 142 57
Binary 11 10111101 11101111 1100011 10101 0 110 11000001 1100010 101111

Color Harmonies of #03BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDEF

Black with #03BDEF

Text Example


Text Example

White with #03BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,239); }

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

background-color css

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

 a { background-color: rgb(3,189,239); }

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

border-color css

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

 span { border-color: rgb(3,189,239); }

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