Html Css Color HEX #0BDCFF Deep Sky Blue

📋 copy color: '#0BDCFF'

red 11 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #0BDCFF

Tints of Deep Sky Blue #0BDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 2.26%
G = 45.27%
B = 52.47%

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

#0BDCFF (or 0x0BDCFF) is known color: Deep Sky Blue. HEX triplet: 0B, DC and FF. RGB value is (11,220,255). Sum of RGB (Red+Green+Blue) = 11+220+255=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BDCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDCFF is #F42300. Grayscale: #A1A1A1. Windows color (decimal): -15999745 or 16768011. OLE color: 16768011.

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

Color convert

RGB 11 220 255 -
CMYK 0.96 0.14 0 0
HSL 188.61º 1% 0.52% -
HSV(B) 188.61º 0.96% 1% -
XYZ 43.78 58.48 103.59 -
YUV 161.5 180.76 20.65 -
System Red Green Blue C M Y K H S L
Decimal 11 220 255 0.96 0.14 0 0 188.61 1 0.52
Hex B DC FF 60 E 0 0 BD 64 34
Octal 13 334 377 140 16 0 0 275 144 64
Binary 1011 11011100 11111111 1100000 1110 0 0 10111101 1100100 110100

Color Harmonies of #0BDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDCFF

Black with #0BDCFF

Text Example


Text Example

White with #0BDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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