Html Css Color HEX #03BBEE Deep Sky Blue

📋 copy color: '#03BBEE'

red 3 ◦ green 187 ◦ blue 238

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

Shades of Deep Sky Blue #03BBEE

Tints of Deep Sky Blue #03BBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.69%

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 0.7%
G = 43.69%
B = 55.61%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03BBEE (or 0x03BBEE) is known color: Deep Sky Blue. HEX triplet: 03, BB and EE. RGB value is (3,187,238). Sum of RGB (Red+Green+Blue) = 3+187+238=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #03BBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BBEE is #FC4411. Grayscale: #898989. Windows color (decimal): -16532498 or 15645443. OLE color: 15645443.

HSL color Cylindrical-coordinate representation of color #03BBEE: hue angle of 193.02º degrees, saturation: 0.98, 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 #03BBEE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 187 238 -
CMYK 0.99 0.21 0 0.07
HSL 193.02º 0.98% 0.47% -
HSV(B) 193.02º 0.99% 0.93% -
XYZ 33.24 41.73 87.19 -
YUV 137.8 184.54 31.85 -
System Red Green Blue C M Y K H S L
Decimal 3 187 238 0.99 0.21 0 0.07 193.02 0.98 0.47
Hex 3 BB EE 63 15 0 7 C1 62 2F
Octal 3 273 356 143 25 0 7 301 142 57
Binary 11 10111011 11101110 1100011 10101 0 111 11000001 1100010 101111

Color Harmonies of #03BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBEE

Black with #03BBEE

Text Example


Text Example

White with #03BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,187,238); }

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

background-color css

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

 a { background-color: rgb(3,187,238); }

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

border-color css

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

 span { border-color: rgb(3,187,238); }

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