Html Css Color HEX #0CBAEF Deep Sky Blue

📋 copy color: '#0CBAEF'

red 12 ◦ green 186 ◦ blue 239

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

Shades of Deep Sky Blue #0CBAEF

Tints of Deep Sky Blue #0CBAEF

RGB

 RED value IS 12 (5.08% from 255) = 2.75%

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 2.75%
G = 42.56%
B = 54.69%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0CBAEF (or 0x0CBAEF) is known color: Deep Sky Blue. HEX triplet: 0C, BA and EF. RGB value is (12,186,239). Sum of RGB (Red+Green+Blue) = 12+186+239=437 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CBAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAEF is #F34510. Grayscale: #8B8B8B. Windows color (decimal): -15942929 or 15710732. OLE color: 15710732.

HSL color Cylindrical-coordinate representation of color #0CBAEF: hue angle of 194.01º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAEF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 186 239 -
CMYK 0.95 0.22 0 0.06
HSL 194.01º 0.9% 0.49% -
HSV(B) 194.01º 0.95% 0.94% -
XYZ 33.29 41.43 87.9 -
YUV 140.02 183.85 36.69 -
System Red Green Blue C M Y K H S L
Decimal 12 186 239 0.95 0.22 0 0.06 194.01 0.9 0.49
Hex C BA EF 5F 16 0 6 C2 5A 31
Octal 14 272 357 137 26 0 6 302 132 61
Binary 1100 10111010 11101111 1011111 10110 0 110 11000010 1011010 110001

Color Harmonies of #0CBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAEF

Black with #0CBAEF

Text Example


Text Example

White with #0CBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,186,239); }

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

background-color css

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

 a { background-color: rgb(12,186,239); }

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

border-color css

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

 span { border-color: rgb(12,186,239); }

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