Html Css Color HEX #00B5CB Iris Blue

📋 copy color: '#00B5CB'

red 0 ◦ green 181 ◦ blue 203

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

Shades of Iris Blue #00B5CB

Tints of Iris Blue #00B5CB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 0%
G = 47.14%
B = 52.86%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00B5CB (or 0x00B5CB) is known color: Iris Blue. HEX triplet: 00, B5 and CB. RGB value is (0,181,203). Sum of RGB (Red+Green+Blue) = 0+181+203=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #00B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5CB is #FF4A34. Grayscale: #818181. Windows color (decimal): -16730677 or 13350144. OLE color: 13350144.

HSL color Cylindrical-coordinate representation of color #00B5CB: hue angle of 186.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B5CB is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 181 203 -
CMYK 1 0.11 0 0.20
HSL 186.5º 1% 0.4% -
HSV(B) 186.5º 1% 0.8% -
XYZ 27.3 37.36 62.27 -
YUV 129.39 169.53 35.71 -
System Red Green Blue C M Y K H S L
Decimal 0 181 203 1 0.11 0 0.20 186.5 1 0.4
Hex 0 B5 CB 64 B 0 14 BB 64 28
Octal 0 265 313 144 13 0 24 273 144 50
Binary 0 10110101 11001011 1100100 1011 0 10100 10111011 1100100 101000

Color Harmonies of #00B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B5CB

Black with #00B5CB

Text Example


Text Example

White with #00B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B5CB; }

 p { color: rgb(0,181,203); }

 H1.HeaderClassName
 {
   color: #00B5CB;
 }
 .AnyTagClassName
 {
   color: #00B5CB;
 }
</style>

background-color css

<style>
 a { background-color: #00B5CB; }

 a { background-color: rgb(0,181,203); }

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

border-color css

<style>
 span { border-color: #00B5CB; }

 span { border-color: rgb(0,181,203); }

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