Html Css Color HEX #0CB2FF Deep Sky Blue

📋 copy color: '#0CB2FF'

red 12 ◦ green 178 ◦ blue 255

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

Shades of Deep Sky Blue #0CB2FF

Tints of Deep Sky Blue #0CB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 2.7%
G = 40%
B = 57.3%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0CB2FF (or 0x0CB2FF) is known color: Deep Sky Blue. HEX triplet: 0C, B2 and FF. RGB value is (12,178,255). Sum of RGB (Red+Green+Blue) = 12+178+255=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CB2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CB2FF is #F34D00. Grayscale: #888888. Windows color (decimal): -15944961 or 16757260. OLE color: 16757260.

HSL color Cylindrical-coordinate representation of color #0CB2FF: hue angle of 199.01º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB2FF is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 12 178 255 -
CMYK 0.95 0.30 0 0
HSL 199.01º 1% 0.52% -
HSV(B) 199.01º 0.95% 1% -
XYZ 34.12 39.14 100.36 -
YUV 137.14 194.5 38.74 -
System Red Green Blue C M Y K H S L
Decimal 12 178 255 0.95 0.30 0 0 199.01 1 0.52
Hex C B2 FF 5F 1E 0 0 C7 64 34
Octal 14 262 377 137 36 0 0 307 144 64
Binary 1100 10110010 11111111 1011111 11110 0 0 11000111 1100100 110100

Color Harmonies of #0CB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB2FF

Black with #0CB2FF

Text Example


Text Example

White with #0CB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,178,255); }

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

background-color css

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

 a { background-color: rgb(12,178,255); }

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

border-color css

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

 span { border-color: rgb(12,178,255); }

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