Html Css Color HEX #00BAD2 Iris Blue

📋 copy color: '#00BAD2'

red 0 ◦ green 186 ◦ blue 210

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

Shades of Iris Blue #00BAD2

Tints of Iris Blue #00BAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

 BLUE value IS 210 (82.42% from 255) = 53.03%

R = 0%
G = 46.97%
B = 53.03%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#00BAD2 (or 0x00BAD2) is known color: Iris Blue. HEX triplet: 00, BA and D2. RGB value is (0,186,210). Sum of RGB (Red+Green+Blue) = 0+186+210=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #00BAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BAD2 is #FF452D. Grayscale: #848484. Windows color (decimal): -16729390 or 13810176. OLE color: 13810176.

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

Color convert

RGB 0 186 210 -
CMYK 1 0.11 0 0.18
HSL 186.86º 1% 0.41% -
HSV(B) 186.86º 1% 0.82% -
XYZ 29.19 39.77 67.11 -
YUV 133.12 171.38 33.05 -
System Red Green Blue C M Y K H S L
Decimal 0 186 210 1 0.11 0 0.18 186.86 1 0.41
Hex 0 BA D2 64 B 0 12 BB 64 29
Octal 0 272 322 144 13 0 22 273 144 51
Binary 0 10111010 11010010 1100100 1011 0 10010 10111011 1100100 101001

Color Harmonies of #00BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BAD2

Black with #00BAD2

Text Example


Text Example

White with #00BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,186,210); }

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

background-color css

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

 a { background-color: rgb(0,186,210); }

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

border-color css

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

 span { border-color: rgb(0,186,210); }

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