Html Css Color HEX #0BCCEF Deep Sky Blue

📋 copy color: '#0BCCEF'

red 11 ◦ green 204 ◦ blue 239

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

Shades of Deep Sky Blue #0BCCEF

Tints of Deep Sky Blue #0BCCEF

RGB

 RED value IS 11 (4.69% from 255) = 2.42%

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 2.42%
G = 44.93%
B = 52.64%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0BCCEF (or 0x0BCCEF) is known color: Deep Sky Blue. HEX triplet: 0B, CC and EF. RGB value is (11,204,239). Sum of RGB (Red+Green+Blue) = 11+204+239=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BCCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCCEF is #F43310. Grayscale: #959595. Windows color (decimal): -16003857 or 15715339. OLE color: 15715339.

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

Color convert

RGB 11 204 239 -
CMYK 0.95 0.15 0 0.06
HSL 189.21º 0.91% 0.49% -
HSV(B) 189.21º 0.95% 0.94% -
XYZ 37.31 49.49 89.25 -
YUV 150.28 178.06 28.65 -
System Red Green Blue C M Y K H S L
Decimal 11 204 239 0.95 0.15 0 0.06 189.21 0.91 0.49
Hex B CC EF 5F F 0 6 BD 5B 31
Octal 13 314 357 137 17 0 6 275 133 61
Binary 1011 11001100 11101111 1011111 1111 0 110 10111101 1011011 110001

Color Harmonies of #0BCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCEF

Black with #0BCCEF

Text Example


Text Example

White with #0BCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,204,239); }

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

background-color css

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

 a { background-color: rgb(11,204,239); }

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

border-color css

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

 span { border-color: rgb(11,204,239); }

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