Html Css Color HEX #08BFCC Iris Blue

📋 copy color: '#08BFCC'

red 8 ◦ green 191 ◦ blue 204

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

Shades of Iris Blue #08BFCC

Tints of Iris Blue #08BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 47.39%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 1.99%
G = 47.39%
B = 50.62%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#08BFCC (or 0x08BFCC) is known color: Iris Blue. HEX triplet: 08, BF and CC. RGB value is (8,191,204). Sum of RGB (Red+Green+Blue) = 8+191+204=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #08BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFCC is #F74033. Grayscale: #898989. Windows color (decimal): -16203828 or 13418248. OLE color: 13418248.

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

Color convert

RGB 8 191 204 -
CMYK 0.96 0.06 0 0.2
HSL 183.98º 0.92% 0.42% -
HSV(B) 183.98º 0.96% 0.8% -
XYZ 29.63 41.67 63.61 -
YUV 137.77 165.37 35.44 -
System Red Green Blue C M Y K H S L
Decimal 8 191 204 0.96 0.06 0 0.2 183.98 0.92 0.42
Hex 8 BF CC 60 6 0 14 B8 5C 2A
Octal 10 277 314 140 6 0 24 270 134 52
Binary 1000 10111111 11001100 1100000 110 0 10100 10111000 1011100 101010

Color Harmonies of #08BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BFCC

Black with #08BFCC

Text Example


Text Example

White with #08BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,191,204); }

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

background-color css

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

 a { background-color: rgb(8,191,204); }

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

border-color css

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

 span { border-color: rgb(8,191,204); }

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