Html Css Color HEX #0CBAEA Deep Sky Blue

📋 copy color: '#0CBAEA'

red 12 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #0CBAEA

Tints of Deep Sky Blue #0CBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 2.78%
G = 43.06%
B = 54.17%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CBAEA (or 0x0CBAEA) is known color: Deep Sky Blue. HEX triplet: 0C, BA and EA. RGB value is (12,186,234). Sum of RGB (Red+Green+Blue) = 12+186+234=432 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.78% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CBAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAEA is #F34515. Grayscale: #8B8B8B. Windows color (decimal): -15942934 or 15383052. OLE color: 15383052.

HSL color Cylindrical-coordinate representation of color #0CBAEA: hue angle of 192.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAEA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 186 234 -
CMYK 0.95 0.21 0 0.08
HSL 192.97º 0.9% 0.48% -
HSV(B) 192.97º 0.95% 0.92% -
XYZ 32.56 41.14 84.07 -
YUV 139.45 181.35 37.1 -
System Red Green Blue C M Y K H S L
Decimal 12 186 234 0.95 0.21 0 0.08 192.97 0.9 0.48
Hex C BA EA 5F 15 0 8 C1 5A 30
Octal 14 272 352 137 25 0 10 301 132 60
Binary 1100 10111010 11101010 1011111 10101 0 1000 11000001 1011010 110000

Color Harmonies of #0CBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAEA

Black with #0CBAEA

Text Example


Text Example

White with #0CBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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