Html Css Color HEX #06BBDF Iris Blue

📋 copy color: '#06BBDF'

red 6 ◦ green 187 ◦ blue 223

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

Shades of Iris Blue #06BBDF

Tints of Iris Blue #06BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.95%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 1.44%
G = 44.95%
B = 53.61%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06BBDF (or 0x06BBDF) is known color: Iris Blue. HEX triplet: 06, BB and DF. RGB value is (6,187,223). Sum of RGB (Red+Green+Blue) = 6+187+223=416 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #06BBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBDF is #F94420. Grayscale: #888888. Windows color (decimal): -16335905 or 14662406. OLE color: 14662406.

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

Color convert

RGB 6 187 223 -
CMYK 0.97 0.16 0 0.13
HSL 189.95º 0.95% 0.45% -
HSV(B) 189.95º 0.97% 0.87% -
XYZ 31.16 40.91 76.07 -
YUV 136.99 176.53 34.57 -
System Red Green Blue C M Y K H S L
Decimal 6 187 223 0.97 0.16 0 0.13 189.95 0.95 0.45
Hex 6 BB DF 61 10 0 D BE 5F 2D
Octal 6 273 337 141 20 0 15 276 137 55
Binary 110 10111011 11011111 1100001 10000 0 1101 10111110 1011111 101101

Color Harmonies of #06BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBDF

Black with #06BBDF

Text Example


Text Example

White with #06BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,187,223); }

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

background-color css

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

 a { background-color: rgb(6,187,223); }

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

border-color css

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

 span { border-color: rgb(6,187,223); }

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