Html Css Color HEX #0BDAFF Deep Sky Blue

📋 copy color: '#0BDAFF'

red 11 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #0BDAFF

Tints of Deep Sky Blue #0BDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

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

R = 2.27%
G = 45.04%
B = 52.69%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BDAFF (or 0x0BDAFF) is known color: Deep Sky Blue. HEX triplet: 0B, DA and FF. RGB value is (11,218,255). Sum of RGB (Red+Green+Blue) = 11+218+255=484 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BDAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDAFF is #F42500. Grayscale: #9F9F9F. Windows color (decimal): -16000257 or 16767499. OLE color: 16767499.

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

Color convert

RGB 11 218 255 -
CMYK 0.96 0.15 0 0
HSL 189.1º 1% 0.52% -
HSV(B) 189.1º 0.96% 1% -
XYZ 43.26 57.43 103.41 -
YUV 160.33 181.42 21.49 -
System Red Green Blue C M Y K H S L
Decimal 11 218 255 0.96 0.15 0 0 189.1 1 0.52
Hex B DA FF 60 F 0 0 BD 64 34
Octal 13 332 377 140 17 0 0 275 144 64
Binary 1011 11011010 11111111 1100000 1111 0 0 10111101 1100100 110100

Color Harmonies of #0BDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDAFF

Black with #0BDAFF

Text Example


Text Example

White with #0BDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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