Html Css Color HEX #0BCCFE Deep Sky Blue

📋 copy color: '#0BCCFE'

red 11 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #0BCCFE

Tints of Deep Sky Blue #0BCCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 2.35%
G = 43.5%
B = 54.16%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0BCCFE (or 0x0BCCFE) is known color: Deep Sky Blue. HEX triplet: 0B, CC and FE. RGB value is (11,204,254). Sum of RGB (Red+Green+Blue) = 11+204+254=469 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BCCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCCFE is #F43301. Grayscale: #979797. Windows color (decimal): -16003842 or 16698379. OLE color: 16698379.

HSL color Cylindrical-coordinate representation of color #0BCCFE: hue angle of 192.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCCFE is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 204 254 -
CMYK 0.96 0.20 0 0.00
HSL 192.35º 0.99% 0.52% -
HSV(B) 192.35º 0.96% 1% -
XYZ 39.62 50.41 101.41 -
YUV 151.99 185.56 27.43 -
System Red Green Blue C M Y K H S L
Decimal 11 204 254 0.96 0.20 0 0.00 192.35 0.99 0.52
Hex B CC FE 60 14 0 0 C0 63 34
Octal 13 314 376 140 24 0 0 300 143 64
Binary 1011 11001100 11111110 1100000 10100 0 0 11000000 1100011 110100

Color Harmonies of #0BCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCFE

Black with #0BCCFE

Text Example


Text Example

White with #0BCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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