Html Css Color HEX #0CBCE4 Deep Sky Blue

📋 copy color: '#0CBCE4'

red 12 ◦ green 188 ◦ blue 228

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

Shades of Deep Sky Blue #0CBCE4

Tints of Deep Sky Blue #0CBCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.27%

R = 2.8%
G = 43.93%
B = 53.27%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0CBCE4 (or 0x0CBCE4) is known color: Deep Sky Blue. HEX triplet: 0C, BC and E4. RGB value is (12,188,228). Sum of RGB (Red+Green+Blue) = 12+188+228=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #0CBCE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCE4 is #F3431B. Grayscale: #8B8B8B. Windows color (decimal): -15942428 or 14990348. OLE color: 14990348.

HSL color Cylindrical-coordinate representation of color #0CBCE4: hue angle of 191.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBCE4 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 188 228 -
CMYK 0.95 0.18 0 0.11
HSL 191.11º 0.9% 0.47% -
HSV(B) 191.11º 0.95% 0.89% -
XYZ 32.14 41.65 79.74 -
YUV 139.94 177.69 36.75 -
System Red Green Blue C M Y K H S L
Decimal 12 188 228 0.95 0.18 0 0.11 191.11 0.9 0.47
Hex C BC E4 5F 12 0 B BF 5A 2F
Octal 14 274 344 137 22 0 13 277 132 57
Binary 1100 10111100 11100100 1011111 10010 0 1011 10111111 1011010 101111

Color Harmonies of #0CBCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCE4

Black with #0CBCE4

Text Example


Text Example

White with #0CBCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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