Html Css Color HEX #06BDC9 Iris Blue

📋 copy color: '#06BDC9'

red 6 ◦ green 189 ◦ blue 201

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

Shades of Iris Blue #06BDC9

Tints of Iris Blue #06BDC9

RGB

 RED value IS 6 (2.73% from 255) = 1.52%

 GREEN value IS 189 (74.22% from 255) = 47.73%

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 1.52%
G = 47.73%
B = 50.76%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#06BDC9 (or 0x06BDC9) is known color: Iris Blue. HEX triplet: 06, BD and C9. RGB value is (6,189,201). Sum of RGB (Red+Green+Blue) = 6+189+201=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #06BDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDC9 is #F94236. Grayscale: #878787. Windows color (decimal): -16335415 or 13221126. OLE color: 13221126.

HSL color Cylindrical-coordinate representation of color #06BDC9: hue angle of 183.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BDC9 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 189 201 -
CMYK 0.97 0.06 0 0.21
HSL 183.69º 0.94% 0.41% -
HSV(B) 183.69º 0.97% 0.79% -
XYZ 28.82 40.65 61.59 -
YUV 135.65 164.87 35.52 -
System Red Green Blue C M Y K H S L
Decimal 6 189 201 0.97 0.06 0 0.21 183.69 0.94 0.41
Hex 6 BD C9 61 6 0 15 B8 5E 29
Octal 6 275 311 141 6 0 25 270 136 51
Binary 110 10111101 11001001 1100001 110 0 10101 10111000 1011110 101001

Color Harmonies of #06BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDC9

Black with #06BDC9

Text Example


Text Example

White with #06BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BDC9; }

 p { color: rgb(6,189,201); }

 H1.HeaderClassName
 {
   color: #06BDC9;
 }
 .AnyTagClassName
 {
   color: #06BDC9;
 }
</style>

background-color css

<style>
 a { background-color: #06BDC9; }

 a { background-color: rgb(6,189,201); }

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

border-color css

<style>
 span { border-color: #06BDC9; }

 span { border-color: rgb(6,189,201); }

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