Html Css Color HEX #0BDAFD Deep Sky Blue

📋 copy color: '#0BDAFD'

red 11 ◦ green 218 ◦ blue 253

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

Shades of Deep Sky Blue #0BDAFD

Tints of Deep Sky Blue #0BDAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 2.28%
G = 45.23%
B = 52.49%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BDAFD (or 0x0BDAFD) is known color: Deep Sky Blue. HEX triplet: 0B, DA and FD. RGB value is (11,218,253). Sum of RGB (Red+Green+Blue) = 11+218+253=482 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BDAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDAFD is #F42502. Grayscale: #9F9F9F. Windows color (decimal): -16000259 or 16636427. OLE color: 16636427.

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

Color convert

RGB 11 218 253 -
CMYK 0.96 0.14 0 0.01
HSL 188.68º 0.98% 0.52% -
HSV(B) 188.68º 0.96% 0.99% -
XYZ 42.94 57.31 101.73 -
YUV 160.1 180.42 21.65 -
System Red Green Blue C M Y K H S L
Decimal 11 218 253 0.96 0.14 0 0.01 188.68 0.98 0.52
Hex B DA FD 60 E 0 1 BD 62 34
Octal 13 332 375 140 16 0 1 275 142 64
Binary 1011 11011010 11111101 1100000 1110 0 1 10111101 1100010 110100

Color Harmonies of #0BDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDAFD

Black with #0BDAFD

Text Example


Text Example

White with #0BDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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