Html Css Color HEX #06BDD7 Iris Blue

📋 copy color: '#06BDD7'

red 6 ◦ green 189 ◦ blue 215

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

Shades of Iris Blue #06BDD7

Tints of Iris Blue #06BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.44%

R = 1.46%
G = 46.1%
B = 52.44%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#06BDD7 (or 0x06BDD7) is known color: Iris Blue. HEX triplet: 06, BD and D7. RGB value is (6,189,215). Sum of RGB (Red+Green+Blue) = 6+189+215=410 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 215 (84.38% from 255 or 52.44% from 410); Max value from RGB is 215 - color contains mainly: blue. Hex color #06BDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDD7 is #F94228. Grayscale: #888888. Windows color (decimal): -16335401 or 14138630. OLE color: 14138630.

HSL color Cylindrical-coordinate representation of color #06BDD7: hue angle of 187.46º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BDD7 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 189 215 -
CMYK 0.97 0.12 0 0.16
HSL 187.46º 0.95% 0.43% -
HSV(B) 187.46º 0.97% 0.84% -
XYZ 30.54 41.34 70.66 -
YUV 137.25 171.87 34.39 -
System Red Green Blue C M Y K H S L
Decimal 6 189 215 0.97 0.12 0 0.16 187.46 0.95 0.43
Hex 6 BD D7 61 C 0 10 BB 5F 2B
Octal 6 275 327 141 14 0 20 273 137 53
Binary 110 10111101 11010111 1100001 1100 0 10000 10111011 1011111 101011

Color Harmonies of #06BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDD7

Black with #06BDD7

Text Example


Text Example

White with #06BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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