Html Css Color HEX #0CBEEE Deep Sky Blue

📋 copy color: '#0CBEEE'

red 12 ◦ green 190 ◦ blue 238

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

Shades of Deep Sky Blue #0CBEEE

Tints of Deep Sky Blue #0CBEEE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 2.73%
G = 43.18%
B = 54.09%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CBEEE (or 0x0CBEEE) is known color: Deep Sky Blue. HEX triplet: 0C, BE and EE. RGB value is (12,190,238). Sum of RGB (Red+Green+Blue) = 12+190+238=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CBEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBEEE is #F34111. Grayscale: #8D8D8D. Windows color (decimal): -15941906 or 15646220. OLE color: 15646220.

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

Color convert

RGB 12 190 238 -
CMYK 0.95 0.20 0 0.07
HSL 192.74º 0.9% 0.49% -
HSV(B) 192.74º 0.95% 0.93% -
XYZ 34 43.08 87.41 -
YUV 142.25 182.03 35.1 -
System Red Green Blue C M Y K H S L
Decimal 12 190 238 0.95 0.20 0 0.07 192.74 0.9 0.49
Hex C BE EE 5F 14 0 7 C1 5A 31
Octal 14 276 356 137 24 0 7 301 132 61
Binary 1100 10111110 11101110 1011111 10100 0 111 11000001 1011010 110001

Color Harmonies of #0CBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBEEE

Black with #0CBEEE

Text Example


Text Example

White with #0CBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,190,238); }

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

background-color css

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

 a { background-color: rgb(12,190,238); }

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

border-color css

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

 span { border-color: rgb(12,190,238); }

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