Html Css Color HEX #0CB5DE Iris Blue

📋 copy color: '#0CB5DE'

red 12 ◦ green 181 ◦ blue 222

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

Shades of Iris Blue #0CB5DE

Tints of Iris Blue #0CB5DE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.61%

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 2.89%
G = 43.61%
B = 53.49%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CB5DE (or 0x0CB5DE) is known color: Iris Blue. HEX triplet: 0C, B5 and DE. RGB value is (12,181,222). Sum of RGB (Red+Green+Blue) = 12+181+222=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CB5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB5DE is #F34A21. Grayscale: #868686. Windows color (decimal): -15944226 or 14595340. OLE color: 14595340.

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

Color convert

RGB 12 181 222 -
CMYK 0.95 0.18 0 0.13
HSL 191.71º 0.9% 0.46% -
HSV(B) 191.71º 0.95% 0.87% -
XYZ 29.86 38.4 74.95 -
YUV 135.14 177.01 40.17 -
System Red Green Blue C M Y K H S L
Decimal 12 181 222 0.95 0.18 0 0.13 191.71 0.9 0.46
Hex C B5 DE 5F 12 0 D C0 5A 2E
Octal 14 265 336 137 22 0 15 300 132 56
Binary 1100 10110101 11011110 1011111 10010 0 1101 11000000 1011010 101110

Color Harmonies of #0CB5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB5DE

Black with #0CB5DE

Text Example


Text Example

White with #0CB5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,222); }

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

background-color css

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

 a { background-color: rgb(12,181,222); }

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

border-color css

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

 span { border-color: rgb(12,181,222); }

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