Html Css Color HEX #06BCD7 Iris Blue

📋 copy color: '#06BCD7'

red 6 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #06BCD7

Tints of Iris Blue #06BCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

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

R = 1.47%
G = 45.97%
B = 52.57%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#06BCD7 (or 0x06BCD7) is known color: Iris Blue. HEX triplet: 06, BC and D7. RGB value is (6,188,215). Sum of RGB (Red+Green+Blue) = 6+188+215=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #06BCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCD7 is #F94328. Grayscale: #888888. Windows color (decimal): -16335657 or 14138374. OLE color: 14138374.

HSL color Cylindrical-coordinate representation of color #06BCD7: hue angle of 187.75º 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 #06BCD7 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 188 215 -
CMYK 0.97 0.13 0 0.16
HSL 187.75º 0.95% 0.43% -
HSV(B) 187.75º 0.97% 0.84% -
XYZ 30.32 40.91 70.59 -
YUV 136.66 172.2 34.8 -
System Red Green Blue C M Y K H S L
Decimal 6 188 215 0.97 0.13 0 0.16 187.75 0.95 0.43
Hex 6 BC D7 61 D 0 10 BC 5F 2B
Octal 6 274 327 141 15 0 20 274 137 53
Binary 110 10111100 11010111 1100001 1101 0 10000 10111100 1011111 101011

Color Harmonies of #06BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCD7

Black with #06BCD7

Text Example


Text Example

White with #06BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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