Html Css Color HEX #0BDBFF Deep Sky Blue

📋 copy color: '#0BDBFF'

red 11 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #0BDBFF

Tints of Deep Sky Blue #0BDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 2.27%
G = 45.15%
B = 52.58%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BDBFF (or 0x0BDBFF) is known color: Deep Sky Blue. HEX triplet: 0B, DB and FF. RGB value is (11,219,255). Sum of RGB (Red+Green+Blue) = 11+219+255=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BDBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDBFF is #F42400. Grayscale: #A0A0A0. Windows color (decimal): -16000001 or 16767755. OLE color: 16767755.

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

Color convert

RGB 11 219 255 -
CMYK 0.96 0.14 0 0
HSL 188.85º 1% 0.52% -
HSV(B) 188.85º 0.96% 1% -
XYZ 43.52 57.95 103.5 -
YUV 160.91 181.09 21.07 -
System Red Green Blue C M Y K H S L
Decimal 11 219 255 0.96 0.14 0 0 188.85 1 0.52
Hex B DB FF 60 E 0 0 BD 64 34
Octal 13 333 377 140 16 0 0 275 144 64
Binary 1011 11011011 11111111 1100000 1110 0 0 10111101 1100100 110100

Color Harmonies of #0BDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDBFF

Black with #0BDBFF

Text Example


Text Example

White with #0BDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,219,255); }

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

background-color css

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

 a { background-color: rgb(11,219,255); }

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

border-color css

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

 span { border-color: rgb(11,219,255); }

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