Html Css Color HEX #03CBF8 Deep Sky Blue

📋 copy color: '#03CBF8'

red 3 ◦ green 203 ◦ blue 248

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

Shades of Deep Sky Blue #03CBF8

Tints of Deep Sky Blue #03CBF8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

 BLUE value IS 248 (97.27% from 255) = 54.63%

R = 0.66%
G = 44.71%
B = 54.63%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#03CBF8 (or 0x03CBF8) is known color: Deep Sky Blue. HEX triplet: 03, CB and F8. RGB value is (3,203,248). Sum of RGB (Red+Green+Blue) = 3+203+248=454 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #03CBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CBF8 is #FC3407. Grayscale: #939393. Windows color (decimal): -16528392 or 16304899. OLE color: 16304899.

HSL color Cylindrical-coordinate representation of color #03CBF8: hue angle of 191.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBF8 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 203 248 -
CMYK 0.99 0.18 0 0.03
HSL 191.02º 0.98% 0.49% -
HSV(B) 191.02º 0.99% 0.97% -
XYZ 38.34 49.51 96.34 -
YUV 148.33 184.24 24.34 -
System Red Green Blue C M Y K H S L
Decimal 3 203 248 0.99 0.18 0 0.03 191.02 0.98 0.49
Hex 3 CB F8 63 12 0 3 BF 62 31
Octal 3 313 370 143 22 0 3 277 142 61
Binary 11 11001011 11111000 1100011 10010 0 11 10111111 1100010 110001

Color Harmonies of #03CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CBF8

Black with #03CBF8

Text Example


Text Example

White with #03CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,203,248); }

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

background-color css

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

 a { background-color: rgb(3,203,248); }

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

border-color css

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

 span { border-color: rgb(3,203,248); }

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