Html Css Color HEX #00B2CD Iris Blue

📋 copy color: '#00B2CD'

red 0 ◦ green 178 ◦ blue 205

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

Shades of Iris Blue #00B2CD

Tints of Iris Blue #00B2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 0%
G = 46.48%
B = 53.52%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00B2CD (or 0x00B2CD) is known color: Iris Blue. HEX triplet: 00, B2 and CD. RGB value is (0,178,205). Sum of RGB (Red+Green+Blue) = 0+178+205=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #00B2CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B2CD is #FF4D32. Grayscale: #7F7F7F. Windows color (decimal): -16731443 or 13480448. OLE color: 13480448.

HSL color Cylindrical-coordinate representation of color #00B2CD: hue angle of 187.9º 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 #00B2CD is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 178 205 -
CMYK 1 0.13 0 0.20
HSL 187.9º 1% 0.4% -
HSV(B) 187.9º 1% 0.8% -
XYZ 26.94 36.25 63.33 -
YUV 127.86 171.53 36.8 -
System Red Green Blue C M Y K H S L
Decimal 0 178 205 1 0.13 0 0.20 187.9 1 0.4
Hex 0 B2 CD 64 D 0 14 BC 64 28
Octal 0 262 315 144 15 0 24 274 144 50
Binary 0 10110010 11001101 1100100 1101 0 10100 10111100 1100100 101000

Color Harmonies of #00B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B2CD

Black with #00B2CD

Text Example


Text Example

White with #00B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,178,205); }

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

background-color css

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

 a { background-color: rgb(0,178,205); }

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

border-color css

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

 span { border-color: rgb(0,178,205); }

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