Html Css Color HEX #0FBDE2 Iris Blue

📋 copy color: '#0FBDE2'

red 15 ◦ green 189 ◦ blue 226

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

Shades of Iris Blue #0FBDE2

Tints of Iris Blue #0FBDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 52.56%

R = 3.49%
G = 43.95%
B = 52.56%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0FBDE2 (or 0x0FBDE2) is known color: Iris Blue. HEX triplet: 0F, BD and E2. RGB value is (15,189,226). Sum of RGB (Red+Green+Blue) = 15+189+226=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 226 (88.67% from 255 or 52.56% from 430); Max value from RGB is 226 - color contains mainly: blue. Hex color #0FBDE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDE2 is #F0421D. Grayscale: #8C8C8C. Windows color (decimal): -15745566 or 14859535. OLE color: 14859535.

HSL color Cylindrical-coordinate representation of color #0FBDE2: hue angle of 190.52º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBDE2 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 189 226 -
CMYK 0.93 0.16 0 0.11
HSL 190.52º 0.88% 0.47% -
HSV(B) 190.52º 0.93% 0.89% -
XYZ 32.12 41.99 78.36 -
YUV 141.19 175.85 37.99 -
System Red Green Blue C M Y K H S L
Decimal 15 189 226 0.93 0.16 0 0.11 190.52 0.88 0.47
Hex F BD E2 5D 10 0 B BF 58 2F
Octal 17 275 342 135 20 0 13 277 130 57
Binary 1111 10111101 11100010 1011101 10000 0 1011 10111111 1011000 101111

Color Harmonies of #0FBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDE2

Black with #0FBDE2

Text Example


Text Example

White with #0FBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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