Html Css Color HEX #0FCEED Deep Sky Blue

📋 copy color: '#0FCEED'

red 15 ◦ green 206 ◦ blue 237

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

Shades of Deep Sky Blue #0FCEED

Tints of Deep Sky Blue #0FCEED

RGB

 RED value IS 15 (6.25% from 255) = 3.28%

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 237 (92.97% from 255) = 51.75%

R = 3.28%
G = 44.98%
B = 51.75%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FCEED (or 0x0FCEED) is known color: Deep Sky Blue. HEX triplet: 0F, CE and ED. RGB value is (15,206,237). Sum of RGB (Red+Green+Blue) = 15+206+237=458 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FCEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEED is #F03112. Grayscale: #989898. Windows color (decimal): -15741203 or 15584783. OLE color: 15584783.

HSL color Cylindrical-coordinate representation of color #0FCEED: hue angle of 188.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCEED is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 206 237 -
CMYK 0.94 0.13 0 0.07
HSL 188.38º 0.88% 0.49% -
HSV(B) 188.38º 0.94% 0.93% -
XYZ 37.55 50.36 87.86 -
YUV 152.43 175.72 29.98 -
System Red Green Blue C M Y K H S L
Decimal 15 206 237 0.94 0.13 0 0.07 188.38 0.88 0.49
Hex F CE ED 5E D 0 7 BC 58 31
Octal 17 316 355 136 15 0 7 274 130 61
Binary 1111 11001110 11101101 1011110 1101 0 111 10111100 1011000 110001

Color Harmonies of #0FCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEED

Black with #0FCEED

Text Example


Text Example

White with #0FCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,237); }

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

background-color css

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

 a { background-color: rgb(15,206,237); }

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

border-color css

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

 span { border-color: rgb(15,206,237); }

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