Html Css Color HEX #08AECB Iris Blue

📋 copy color: '#08AECB'

red 8 ◦ green 174 ◦ blue 203

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

Shades of Iris Blue #08AECB

Tints of Iris Blue #08AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 2.08%
G = 45.19%
B = 52.73%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#08AECB (or 0x08AECB) is known color: Iris Blue. HEX triplet: 08, AE and CB. RGB value is (8,174,203). Sum of RGB (Red+Green+Blue) = 8+174+203=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #08AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AECB is #F75134. Grayscale: #7F7F7F. Windows color (decimal): -16208181 or 13348360. OLE color: 13348360.

HSL color Cylindrical-coordinate representation of color #08AECB: hue angle of 188.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AECB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 174 203 -
CMYK 0.96 0.14 0 0.20
HSL 188.92º 0.92% 0.41% -
HSV(B) 188.92º 0.96% 0.8% -
XYZ 26.02 34.64 61.81 -
YUV 127.67 170.5 42.64 -
System Red Green Blue C M Y K H S L
Decimal 8 174 203 0.96 0.14 0 0.20 188.92 0.92 0.41
Hex 8 AE CB 60 E 0 14 BD 5C 29
Octal 10 256 313 140 16 0 24 275 134 51
Binary 1000 10101110 11001011 1100000 1110 0 10100 10111101 1011100 101001

Color Harmonies of #08AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AECB

Black with #08AECB

Text Example


Text Example

White with #08AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,174,203); }

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

background-color css

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

 a { background-color: rgb(8,174,203); }

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

border-color css

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

 span { border-color: rgb(8,174,203); }

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