Html Css Color HEX #03CFF6 Deep Sky Blue

📋 copy color: '#03CFF6'

red 3 ◦ green 207 ◦ blue 246

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

Shades of Deep Sky Blue #03CFF6

Tints of Deep Sky Blue #03CFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 0.66%
G = 45.39%
B = 53.95%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#03CFF6 (or 0x03CFF6) is known color: Deep Sky Blue. HEX triplet: 03, CF and F6. RGB value is (3,207,246). Sum of RGB (Red+Green+Blue) = 3+207+246=456 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #03CFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFF6 is #FC3009. Grayscale: #969696. Windows color (decimal): -16527370 or 16174851. OLE color: 16174851.

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

Color convert

RGB 3 207 246 -
CMYK 0.99 0.16 0 0.04
HSL 189.63º 0.98% 0.49% -
HSV(B) 189.63º 0.99% 0.96% -
XYZ 38.98 51.3 95.04 -
YUV 150.45 181.91 22.83 -
System Red Green Blue C M Y K H S L
Decimal 3 207 246 0.99 0.16 0 0.04 189.63 0.98 0.49
Hex 3 CF F6 63 10 0 4 BE 62 31
Octal 3 317 366 143 20 0 4 276 142 61
Binary 11 11001111 11110110 1100011 10000 0 100 10111110 1100010 110001

Color Harmonies of #03CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CFF6

Black with #03CFF6

Text Example


Text Example

White with #03CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,207,246); }

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

background-color css

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

 a { background-color: rgb(3,207,246); }

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

border-color css

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

 span { border-color: rgb(3,207,246); }

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