Html Css Color HEX #0CBBE0 Iris Blue

📋 copy color: '#0CBBE0'

red 12 ◦ green 187 ◦ blue 224

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

Shades of Iris Blue #0CBBE0

Tints of Iris Blue #0CBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 2.84%
G = 44.21%
B = 52.96%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0CBBE0 (or 0x0CBBE0) is known color: Iris Blue. HEX triplet: 0C, BB and E0. RGB value is (12,187,224). Sum of RGB (Red+Green+Blue) = 12+187+224=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #0CBBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBE0 is #F3441F. Grayscale: #8A8A8A. Windows color (decimal): -15942688 or 14727948. OLE color: 14727948.

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

Color convert

RGB 12 187 224 -
CMYK 0.95 0.17 0 0.12
HSL 190.47º 0.9% 0.46% -
HSV(B) 190.47º 0.95% 0.88% -
XYZ 31.38 41 76.78 -
YUV 138.89 176.02 37.49 -
System Red Green Blue C M Y K H S L
Decimal 12 187 224 0.95 0.17 0 0.12 190.47 0.9 0.46
Hex C BB E0 5F 11 0 C BE 5A 2E
Octal 14 273 340 137 21 0 14 276 132 56
Binary 1100 10111011 11100000 1011111 10001 0 1100 10111110 1011010 101110

Color Harmonies of #0CBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBE0

Black with #0CBBE0

Text Example


Text Example

White with #0CBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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