Html Css Color HEX #0ECAF0 Deep Sky Blue

📋 copy color: '#0ECAF0'

red 14 ◦ green 202 ◦ blue 240

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

Shades of Deep Sky Blue #0ECAF0

Tints of Deep Sky Blue #0ECAF0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.3%

 BLUE value IS 240 (94.14% from 255) = 52.63%

R = 3.07%
G = 44.3%
B = 52.63%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0ECAF0 (or 0x0ECAF0) is known color: Deep Sky Blue. HEX triplet: 0E, CA and F0. RGB value is (14,202,240). Sum of RGB (Red+Green+Blue) = 14+202+240=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ECAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECAF0 is #F1350F. Grayscale: #959595. Windows color (decimal): -15807760 or 15780366. OLE color: 15780366.

HSL color Cylindrical-coordinate representation of color #0ECAF0: hue angle of 190.09º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECAF0 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 202 240 -
CMYK 0.94 0.16 0 0.06
HSL 190.09º 0.89% 0.5% -
HSV(B) 190.09º 0.94% 0.94% -
XYZ 37.03 48.63 89.87 -
YUV 150.12 178.72 30.91 -
System Red Green Blue C M Y K H S L
Decimal 14 202 240 0.94 0.16 0 0.06 190.09 0.89 0.5
Hex E CA F0 5E 10 0 6 BE 59 32
Octal 16 312 360 136 20 0 6 276 131 62
Binary 1110 11001010 11110000 1011110 10000 0 110 10111110 1011001 110010

Color Harmonies of #0ECAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECAF0

Black with #0ECAF0

Text Example


Text Example

White with #0ECAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,202,240); }

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

background-color css

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

 a { background-color: rgb(14,202,240); }

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

border-color css

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

 span { border-color: rgb(14,202,240); }

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