Html Css Color HEX #0ECFF2 Deep Sky Blue

📋 copy color: '#0ECFF2'

red 14 ◦ green 207 ◦ blue 242

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

Shades of Deep Sky Blue #0ECFF2

Tints of Deep Sky Blue #0ECFF2

RGB

 RED value IS 14 (5.86% from 255) = 3.02%

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

 BLUE value IS 242 (94.92% from 255) = 52.27%

R = 3.02%
G = 44.71%
B = 52.27%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0ECFF2 (or 0x0ECFF2) is known color: Deep Sky Blue. HEX triplet: 0E, CF and F2. RGB value is (14,207,242). Sum of RGB (Red+Green+Blue) = 14+207+242=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #0ECFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFF2 is #F1300D. Grayscale: #989898. Windows color (decimal): -15806478 or 15912718. OLE color: 15912718.

HSL color Cylindrical-coordinate representation of color #0ECFF2: hue angle of 189.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFF2 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 207 242 -
CMYK 0.94 0.14 0 0.05
HSL 189.21º 0.9% 0.5% -
HSV(B) 189.21º 0.94% 0.95% -
XYZ 38.52 51.13 91.84 -
YUV 153.28 178.06 28.65 -
System Red Green Blue C M Y K H S L
Decimal 14 207 242 0.94 0.14 0 0.05 189.21 0.9 0.5
Hex E CF F2 5E E 0 5 BD 5A 32
Octal 16 317 362 136 16 0 5 275 132 62
Binary 1110 11001111 11110010 1011110 1110 0 101 10111101 1011010 110010

Color Harmonies of #0ECFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECFF2

Black with #0ECFF2

Text Example


Text Example

White with #0ECFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ECFF2; }

 p { color: rgb(14,207,242); }

 H1.HeaderClassName
 {
   color: #0ECFF2;
 }
 .AnyTagClassName
 {
   color: #0ECFF2;
 }
</style>

background-color css

<style>
 a { background-color: #0ECFF2; }

 a { background-color: rgb(14,207,242); }

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

border-color css

<style>
 span { border-color: #0ECFF2; }

 span { border-color: rgb(14,207,242); }

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