Html Css Color HEX #0CBCEA Deep Sky Blue

📋 copy color: '#0CBCEA'

red 12 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #0CBCEA

Tints of Deep Sky Blue #0CBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

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

R = 2.76%
G = 43.32%
B = 53.92%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CBCEA (or 0x0CBCEA) is known color: Deep Sky Blue. HEX triplet: 0C, BC and EA. RGB value is (12,188,234). Sum of RGB (Red+Green+Blue) = 12+188+234=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CBCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBCEA is #F34315. Grayscale: #8C8C8C. Windows color (decimal): -15942422 or 15383564. OLE color: 15383564.

HSL color Cylindrical-coordinate representation of color #0CBCEA: hue angle of 192.43º 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 #0CBCEA is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 188 234 -
CMYK 0.95 0.20 0 0.08
HSL 192.43º 0.9% 0.48% -
HSV(B) 192.43º 0.95% 0.92% -
XYZ 32.99 41.99 84.21 -
YUV 140.62 180.69 36.26 -
System Red Green Blue C M Y K H S L
Decimal 12 188 234 0.95 0.20 0 0.08 192.43 0.9 0.48
Hex C BC EA 5F 14 0 8 C0 5A 30
Octal 14 274 352 137 24 0 10 300 132 60
Binary 1100 10111100 11101010 1011111 10100 0 1000 11000000 1011010 110000

Color Harmonies of #0CBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCEA

Black with #0CBCEA

Text Example


Text Example

White with #0CBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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