Html Css Color HEX #0FBDCA Iris Blue

📋 copy color: '#0FBDCA'

red 15 ◦ green 189 ◦ blue 202

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

Shades of Iris Blue #0FBDCA

Tints of Iris Blue #0FBDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 3.69%
G = 46.55%
B = 49.75%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0FBDCA (or 0x0FBDCA) is known color: Iris Blue. HEX triplet: 0F, BD and CA. RGB value is (15,189,202). Sum of RGB (Red+Green+Blue) = 15+189+202=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FBDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDCA is #F04235. Grayscale: #8A8A8A. Windows color (decimal): -15745590 or 13286671. OLE color: 13286671.

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

Color convert

RGB 15 189 202 -
CMYK 0.93 0.06 0 0.21
HSL 184.17º 0.86% 0.43% -
HSV(B) 184.17º 0.93% 0.79% -
XYZ 29.06 40.76 62.21 -
YUV 138.46 163.85 39.94 -
System Red Green Blue C M Y K H S L
Decimal 15 189 202 0.93 0.06 0 0.21 184.17 0.86 0.43
Hex F BD CA 5D 6 0 15 B8 56 2B
Octal 17 275 312 135 6 0 25 270 126 53
Binary 1111 10111101 11001010 1011101 110 0 10101 10111000 1010110 101011

Color Harmonies of #0FBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDCA

Black with #0FBDCA

Text Example


Text Example

White with #0FBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,189,202); }

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

background-color css

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

 a { background-color: rgb(15,189,202); }

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

border-color css

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

 span { border-color: rgb(15,189,202); }

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