Html Css Color HEX #0FB8CD Iris Blue

📋 copy color: '#0FB8CD'

red 15 ◦ green 184 ◦ blue 205

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

Shades of Iris Blue #0FB8CD

Tints of Iris Blue #0FB8CD

RGB

 RED value IS 15 (6.25% from 255) = 3.71%

 GREEN value IS 184 (72.27% from 255) = 45.54%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 3.71%
G = 45.54%
B = 50.74%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0FB8CD (or 0x0FB8CD) is known color: Iris Blue. HEX triplet: 0F, B8 and CD. RGB value is (15,184,205). Sum of RGB (Red+Green+Blue) = 15+184+205=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FB8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8CD is #F04732. Grayscale: #878787. Windows color (decimal): -15746867 or 13481999. OLE color: 13481999.

HSL color Cylindrical-coordinate representation of color #0FB8CD: hue angle of 186.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB8CD is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 184 205 -
CMYK 0.93 0.10 0 0.20
HSL 186.63º 0.86% 0.43% -
HSV(B) 186.63º 0.93% 0.8% -
XYZ 28.36 38.79 63.75 -
YUV 135.86 167.01 41.79 -
System Red Green Blue C M Y K H S L
Decimal 15 184 205 0.93 0.10 0 0.20 186.63 0.86 0.43
Hex F B8 CD 5D A 0 14 BB 56 2B
Octal 17 270 315 135 12 0 24 273 126 53
Binary 1111 10111000 11001101 1011101 1010 0 10100 10111011 1010110 101011

Color Harmonies of #0FB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB8CD

Black with #0FB8CD

Text Example


Text Example

White with #0FB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FB8CD; }

 p { color: rgb(15,184,205); }

 H1.HeaderClassName
 {
   color: #0FB8CD;
 }
 .AnyTagClassName
 {
   color: #0FB8CD;
 }
</style>

background-color css

<style>
 a { background-color: #0FB8CD; }

 a { background-color: rgb(15,184,205); }

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

border-color css

<style>
 span { border-color: #0FB8CD; }

 span { border-color: rgb(15,184,205); }

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