Html Css Color HEX #08A7DF Iris Blue

📋 copy color: '#08A7DF'

red 8 ◦ green 167 ◦ blue 223

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

Shades of Iris Blue #08A7DF

Tints of Iris Blue #08A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.96%

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

R = 2.01%
G = 41.96%
B = 56.03%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08A7DF (or 0x08A7DF) is known color: Iris Blue. HEX triplet: 08, A7 and DF. RGB value is (8,167,223). Sum of RGB (Red+Green+Blue) = 8+167+223=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #08A7DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A7DF is #F75820. Grayscale: #7D7D7D. Windows color (decimal): -16209953 or 14657288. OLE color: 14657288.

HSL color Cylindrical-coordinate representation of color #08A7DF: hue angle of 195.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A7DF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 167 223 -
CMYK 0.96 0.25 0 0.13
HSL 195.63º 0.93% 0.45% -
HSV(B) 195.63º 0.96% 0.87% -
XYZ 27.24 33.02 74.75 -
YUV 125.84 182.82 43.95 -
System Red Green Blue C M Y K H S L
Decimal 8 167 223 0.96 0.25 0 0.13 195.63 0.93 0.45
Hex 8 A7 DF 60 19 0 D C4 5D 2D
Octal 10 247 337 140 31 0 15 304 135 55
Binary 1000 10100111 11011111 1100000 11001 0 1101 11000100 1011101 101101

Color Harmonies of #08A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A7DF

Black with #08A7DF

Text Example


Text Example

White with #08A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,167,223); }

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

background-color css

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

 a { background-color: rgb(8,167,223); }

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

border-color css

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

 span { border-color: rgb(8,167,223); }

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