Html Css Color HEX #0BCAEC Deep Sky Blue

📋 copy color: '#0BCAEC'

red 11 ◦ green 202 ◦ blue 236

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

Shades of Deep Sky Blue #0BCAEC

Tints of Deep Sky Blue #0BCAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.99%

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 2.45%
G = 44.99%
B = 52.56%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BCAEC (or 0x0BCAEC) is known color: Deep Sky Blue. HEX triplet: 0B, CA and EC. RGB value is (11,202,236). Sum of RGB (Red+Green+Blue) = 11+202+236=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BCAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCAEC is #F43513. Grayscale: #949494. Windows color (decimal): -16004372 or 15518219. OLE color: 15518219.

HSL color Cylindrical-coordinate representation of color #0BCAEC: hue angle of 189.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCAEC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 202 236 -
CMYK 0.95 0.14 0 0.07
HSL 189.07º 0.91% 0.48% -
HSV(B) 189.07º 0.95% 0.93% -
XYZ 36.4 48.37 86.77 -
YUV 148.77 177.22 29.74 -
System Red Green Blue C M Y K H S L
Decimal 11 202 236 0.95 0.14 0 0.07 189.07 0.91 0.48
Hex B CA EC 5F E 0 7 BD 5B 30
Octal 13 312 354 137 16 0 7 275 133 60
Binary 1011 11001010 11101100 1011111 1110 0 111 10111101 1011011 110000

Color Harmonies of #0BCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCAEC

Black with #0BCAEC

Text Example


Text Example

White with #0BCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,202,236); }

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

background-color css

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

 a { background-color: rgb(11,202,236); }

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

border-color css

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

 span { border-color: rgb(11,202,236); }

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