Html Css Color HEX #0FCEEE Deep Sky Blue

📋 copy color: '#0FCEEE'

red 15 ◦ green 206 ◦ blue 238

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

Shades of Deep Sky Blue #0FCEEE

Tints of Deep Sky Blue #0FCEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 3.27%
G = 44.88%
B = 51.85%

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

#0FCEEE (or 0x0FCEEE) is known color: Deep Sky Blue. HEX triplet: 0F, CE and EE. RGB value is (15,206,238). Sum of RGB (Red+Green+Blue) = 15+206+238=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FCEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEEE is #F03111. Grayscale: #989898. Windows color (decimal): -15741202 or 15650319. OLE color: 15650319.

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

Color convert

RGB 15 206 238 -
CMYK 0.94 0.13 0 0.07
HSL 188.61º 0.88% 0.5% -
HSV(B) 188.61º 0.94% 0.93% -
XYZ 37.7 50.42 88.63 -
YUV 152.54 176.22 29.9 -
System Red Green Blue C M Y K H S L
Decimal 15 206 238 0.94 0.13 0 0.07 188.61 0.88 0.5
Hex F CE EE 5E D 0 7 BD 58 32
Octal 17 316 356 136 15 0 7 275 130 62
Binary 1111 11001110 11101110 1011110 1101 0 111 10111101 1011000 110010

Color Harmonies of #0FCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEEE

Black with #0FCEEE

Text Example


Text Example

White with #0FCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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