Html Css Color HEX #06BEDB Iris Blue

📋 copy color: '#06BEDB'

red 6 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #06BEDB

Tints of Iris Blue #06BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.78%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 1.45%
G = 45.78%
B = 52.77%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06BEDB (or 0x06BEDB) is known color: Iris Blue. HEX triplet: 06, BE and DB. RGB value is (6,190,219). Sum of RGB (Red+Green+Blue) = 6+190+219=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #06BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BEDB is #F94124. Grayscale: #898989. Windows color (decimal): -16335141 or 14401030. OLE color: 14401030.

HSL color Cylindrical-coordinate representation of color #06BEDB: hue angle of 188.17º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BEDB is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 190 219 -
CMYK 0.97 0.13 0 0.14
HSL 188.17º 0.95% 0.44% -
HSV(B) 188.17º 0.97% 0.86% -
XYZ 31.27 41.98 73.47 -
YUV 138.29 173.54 33.64 -
System Red Green Blue C M Y K H S L
Decimal 6 190 219 0.97 0.13 0 0.14 188.17 0.95 0.44
Hex 6 BE DB 61 D 0 E BC 5F 2C
Octal 6 276 333 141 15 0 16 274 137 54
Binary 110 10111110 11011011 1100001 1101 0 1110 10111100 1011111 101100

Color Harmonies of #06BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BEDB

Black with #06BEDB

Text Example


Text Example

White with #06BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,190,219); }

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

background-color css

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

 a { background-color: rgb(6,190,219); }

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

border-color css

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

 span { border-color: rgb(6,190,219); }

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