Html Css Color HEX #03CFF5 Deep Sky Blue

📋 copy color: '#03CFF5'

red 3 ◦ green 207 ◦ blue 245

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

Shades of Deep Sky Blue #03CFF5

Tints of Deep Sky Blue #03CFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.85%

R = 0.66%
G = 45.49%
B = 53.85%

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

#03CFF5 (or 0x03CFF5) is known color: Deep Sky Blue. HEX triplet: 03, CF and F5. RGB value is (3,207,245). Sum of RGB (Red+Green+Blue) = 3+207+245=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #03CFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFF5 is #FC300A. Grayscale: #959595. Windows color (decimal): -16527371 or 16109315. OLE color: 16109315.

HSL color Cylindrical-coordinate representation of color #03CFF5: hue angle of 189.42º 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 #03CFF5 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 207 245 -
CMYK 0.99 0.16 0 0.04
HSL 189.42º 0.98% 0.49% -
HSV(B) 189.42º 0.99% 0.96% -
XYZ 38.83 51.24 94.23 -
YUV 150.34 181.41 22.91 -
System Red Green Blue C M Y K H S L
Decimal 3 207 245 0.99 0.16 0 0.04 189.42 0.98 0.49
Hex 3 CF F5 63 10 0 4 BD 62 31
Octal 3 317 365 143 20 0 4 275 142 61
Binary 11 11001111 11110101 1100011 10000 0 100 10111101 1100010 110001

Color Harmonies of #03CFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CFF5

Black with #03CFF5

Text Example


Text Example

White with #03CFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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