Html Css Color HEX #00B5D8 Iris Blue

📋 copy color: '#00B5D8'

red 0 ◦ green 181 ◦ blue 216

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

Shades of Iris Blue #00B5D8

Tints of Iris Blue #00B5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.41%

R = 0%
G = 45.59%
B = 54.41%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#00B5D8 (or 0x00B5D8) is known color: Iris Blue. HEX triplet: 00, B5 and D8. RGB value is (0,181,216). Sum of RGB (Red+Green+Blue) = 0+181+216=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #00B5D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5D8 is #FF4A27. Grayscale: #828282. Windows color (decimal): -16730664 or 14202112. OLE color: 14202112.

HSL color Cylindrical-coordinate representation of color #00B5D8: hue angle of 189.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B5D8 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 181 216 -
CMYK 1 0.16 0 0.15
HSL 189.72º 1% 0.42% -
HSV(B) 189.72º 1% 0.85% -
XYZ 28.92 38.01 70.78 -
YUV 130.87 176.03 34.65 -
System Red Green Blue C M Y K H S L
Decimal 0 181 216 1 0.16 0 0.15 189.72 1 0.42
Hex 0 B5 D8 64 10 0 F BE 64 2A
Octal 0 265 330 144 20 0 17 276 144 52
Binary 0 10110101 11011000 1100100 10000 0 1111 10111110 1100100 101010

Color Harmonies of #00B5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B5D8

Black with #00B5D8

Text Example


Text Example

White with #00B5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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