Html Css Color HEX #0FCCEE Deep Sky Blue

📋 copy color: '#0FCCEE'

red 15 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #0FCCEE

Tints of Deep Sky Blue #0FCCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

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

R = 3.28%
G = 44.64%
B = 52.08%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FCCEE (or 0x0FCCEE) is known color: Deep Sky Blue. HEX triplet: 0F, CC and EE. RGB value is (15,204,238). Sum of RGB (Red+Green+Blue) = 15+204+238=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FCCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCCEE is #F03311. Grayscale: #979797. Windows color (decimal): -15741714 or 15649807. OLE color: 15649807.

HSL color Cylindrical-coordinate representation of color #0FCCEE: hue angle of 189.15º 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 #0FCCEE is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 204 238 -
CMYK 0.94 0.14 0 0.07
HSL 189.15º 0.88% 0.5% -
HSV(B) 189.15º 0.94% 0.93% -
XYZ 37.22 49.46 88.47 -
YUV 151.37 176.88 30.74 -
System Red Green Blue C M Y K H S L
Decimal 15 204 238 0.94 0.14 0 0.07 189.15 0.88 0.5
Hex F CC EE 5E E 0 7 BD 58 32
Octal 17 314 356 136 16 0 7 275 130 62
Binary 1111 11001100 11101110 1011110 1110 0 111 10111101 1011000 110010

Color Harmonies of #0FCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCEE

Black with #0FCCEE

Text Example


Text Example

White with #0FCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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