Html Css Color HEX #0BBDFE Deep Sky Blue

📋 copy color: '#0BBDFE'

red 11 ◦ green 189 ◦ blue 254

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

Shades of Deep Sky Blue #0BBDFE

Tints of Deep Sky Blue #0BBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.63%

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

R = 2.42%
G = 41.63%
B = 55.95%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0BBDFE (or 0x0BBDFE) is known color: Deep Sky Blue. HEX triplet: 0B, BD and FE. RGB value is (11,189,254). Sum of RGB (Red+Green+Blue) = 11+189+254=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BBDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBDFE is #F44201. Grayscale: #8E8E8E. Windows color (decimal): -16007682 or 16694539. OLE color: 16694539.

HSL color Cylindrical-coordinate representation of color #0BBDFE: hue angle of 196.05º 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 #0BBDFE is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 189 254 -
CMYK 0.96 0.26 0 0.00
HSL 196.05º 0.99% 0.52% -
HSV(B) 196.05º 0.96% 1% -
XYZ 36.23 43.62 100.28 -
YUV 143.19 190.53 33.71 -
System Red Green Blue C M Y K H S L
Decimal 11 189 254 0.96 0.26 0 0.00 196.05 0.99 0.52
Hex B BD FE 60 1A 0 0 C4 63 34
Octal 13 275 376 140 32 0 0 304 143 64
Binary 1011 10111101 11111110 1100000 11010 0 0 11000100 1100011 110100

Color Harmonies of #0BBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDFE

Black with #0BBDFE

Text Example


Text Example

White with #0BBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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