Html Css Color HEX #0CBBDE Iris Blue

📋 copy color: '#0CBBDE'

red 12 ◦ green 187 ◦ blue 222

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

Shades of Iris Blue #0CBBDE

Tints of Iris Blue #0CBBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.42%

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

R = 2.85%
G = 44.42%
B = 52.73%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CBBDE (or 0x0CBBDE) is known color: Iris Blue. HEX triplet: 0C, BB and DE. RGB value is (12,187,222). Sum of RGB (Red+Green+Blue) = 12+187+222=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CBBDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBDE is #F34421. Grayscale: #8A8A8A. Windows color (decimal): -15942690 or 14596876. OLE color: 14596876.

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

Color convert

RGB 12 187 222 -
CMYK 0.95 0.16 0 0.13
HSL 190º 0.9% 0.46% -
HSV(B) 190º 0.95% 0.87% -
XYZ 31.11 40.89 75.36 -
YUV 138.67 175.02 37.65 -
System Red Green Blue C M Y K H S L
Decimal 12 187 222 0.95 0.16 0 0.13 190 0.9 0.46
Hex C BB DE 5F 10 0 D BE 5A 2E
Octal 14 273 336 137 20 0 15 276 132 56
Binary 1100 10111011 11011110 1011111 10000 0 1101 10111110 1011010 101110

Color Harmonies of #0CBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBDE

Black with #0CBBDE

Text Example


Text Example

White with #0CBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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