Html Css Color HEX #08B0CF Iris Blue

📋 copy color: '#08B0CF'

red 8 ◦ green 176 ◦ blue 207

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

Shades of Iris Blue #08B0CF

Tints of Iris Blue #08B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.01%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 2.05%
G = 45.01%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#08B0CF (or 0x08B0CF) is known color: Iris Blue. HEX triplet: 08, B0 and CF. RGB value is (8,176,207). Sum of RGB (Red+Green+Blue) = 8+176+207=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #08B0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B0CF is #F74F30. Grayscale: #818181. Windows color (decimal): -16207665 or 13611016. OLE color: 13611016.

HSL color Cylindrical-coordinate representation of color #08B0CF: hue angle of 189.35º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B0CF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 176 207 -
CMYK 0.96 0.15 0 0.19
HSL 189.35º 0.93% 0.42% -
HSV(B) 189.35º 0.96% 0.81% -
XYZ 26.89 35.61 64.49 -
YUV 129.3 171.84 41.48 -
System Red Green Blue C M Y K H S L
Decimal 8 176 207 0.96 0.15 0 0.19 189.35 0.93 0.42
Hex 8 B0 CF 60 F 0 13 BD 5D 2A
Octal 10 260 317 140 17 0 23 275 135 52
Binary 1000 10110000 11001111 1100000 1111 0 10011 10111101 1011101 101010

Color Harmonies of #08B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B0CF

Black with #08B0CF

Text Example


Text Example

White with #08B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,176,207); }

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

background-color css

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

 a { background-color: rgb(8,176,207); }

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

border-color css

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

 span { border-color: rgb(8,176,207); }

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