Html Css Color HEX #08BDDF Iris Blue

📋 copy color: '#08BDDF'

red 8 ◦ green 189 ◦ blue 223

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

Shades of Iris Blue #08BDDF

Tints of Iris Blue #08BDDF

RGB

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

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

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

R = 1.9%
G = 45%
B = 53.1%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08BDDF (or 0x08BDDF) is known color: Iris Blue. HEX triplet: 08, BD and DF. RGB value is (8,189,223). Sum of RGB (Red+Green+Blue) = 8+189+223=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #08BDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BDDF is #F74220. Grayscale: #8A8A8A. Windows color (decimal): -16204321 or 14662920. OLE color: 14662920.

HSL color Cylindrical-coordinate representation of color #08BDDF: hue angle of 189.49º 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 #08BDDF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 189 223 -
CMYK 0.96 0.15 0 0.13
HSL 189.49º 0.93% 0.45% -
HSV(B) 189.49º 0.96% 0.87% -
XYZ 31.62 41.77 76.21 -
YUV 138.76 175.53 34.74 -
System Red Green Blue C M Y K H S L
Decimal 8 189 223 0.96 0.15 0 0.13 189.49 0.93 0.45
Hex 8 BD DF 60 F 0 D BD 5D 2D
Octal 10 275 337 140 17 0 15 275 135 55
Binary 1000 10111101 11011111 1100000 1111 0 1101 10111101 1011101 101101

Color Harmonies of #08BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BDDF

Black with #08BDDF

Text Example


Text Example

White with #08BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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