Html Css Color HEX #08BDD5 Iris Blue

📋 copy color: '#08BDD5'

red 8 ◦ green 189 ◦ blue 213

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

Shades of Iris Blue #08BDD5

Tints of Iris Blue #08BDD5

RGB

 RED value IS 8 (3.52% from 255) = 1.95%

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

 BLUE value IS 213 (83.59% from 255) = 51.95%

R = 1.95%
G = 46.1%
B = 51.95%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#08BDD5 (or 0x08BDD5) is known color: Iris Blue. HEX triplet: 08, BD and D5. RGB value is (8,189,213). Sum of RGB (Red+Green+Blue) = 8+189+213=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #08BDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BDD5 is #F7422A. Grayscale: #898989. Windows color (decimal): -16204331 or 14007560. OLE color: 14007560.

HSL color Cylindrical-coordinate representation of color #08BDD5: hue angle of 187.02º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BDD5 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 189 213 -
CMYK 0.96 0.11 0 0.16
HSL 187.02º 0.93% 0.43% -
HSV(B) 187.02º 0.96% 0.84% -
XYZ 30.31 41.25 69.32 -
YUV 137.62 170.53 35.55 -
System Red Green Blue C M Y K H S L
Decimal 8 189 213 0.96 0.11 0 0.16 187.02 0.93 0.43
Hex 8 BD D5 60 B 0 10 BB 5D 2B
Octal 10 275 325 140 13 0 20 273 135 53
Binary 1000 10111101 11010101 1100000 1011 0 10000 10111011 1011101 101011

Color Harmonies of #08BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BDD5

Black with #08BDD5

Text Example


Text Example

White with #08BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BDD5; }

 p { color: rgb(8,189,213); }

 H1.HeaderClassName
 {
   color: #08BDD5;
 }
 .AnyTagClassName
 {
   color: #08BDD5;
 }
</style>

background-color css

<style>
 a { background-color: #08BDD5; }

 a { background-color: rgb(8,189,213); }

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

border-color css

<style>
 span { border-color: #08BDD5; }

 span { border-color: rgb(8,189,213); }

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