Html Css Color HEX #0EBFD3 Iris Blue

📋 copy color: '#0EBFD3'

red 14 ◦ green 191 ◦ blue 211

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

Shades of Iris Blue #0EBFD3

Tints of Iris Blue #0EBFD3

RGB

 RED value IS 14 (5.86% from 255) = 3.37%

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

 BLUE value IS 211 (82.81% from 255) = 50.72%

R = 3.37%
G = 45.91%
B = 50.72%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0EBFD3 (or 0x0EBFD3) is known color: Iris Blue. HEX triplet: 0E, BF and D3. RGB value is (14,191,211). Sum of RGB (Red+Green+Blue) = 14+191+211=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #0EBFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFD3 is #F1402C. Grayscale: #8C8C8C. Windows color (decimal): -15810605 or 13877006. OLE color: 13877006.

HSL color Cylindrical-coordinate representation of color #0EBFD3: hue angle of 186.09º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBFD3 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 191 211 -
CMYK 0.93 0.09 0 0.17
HSL 186.09º 0.88% 0.44% -
HSV(B) 186.09º 0.93% 0.83% -
XYZ 30.57 42.06 68.13 -
YUV 140.36 167.86 37.87 -
System Red Green Blue C M Y K H S L
Decimal 14 191 211 0.93 0.09 0 0.17 186.09 0.88 0.44
Hex E BF D3 5D 9 0 11 BA 58 2C
Octal 16 277 323 135 11 0 21 272 130 54
Binary 1110 10111111 11010011 1011101 1001 0 10001 10111010 1011000 101100

Color Harmonies of #0EBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFD3

Black with #0EBFD3

Text Example


Text Example

White with #0EBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,191,211); }

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

background-color css

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

 a { background-color: rgb(14,191,211); }

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

border-color css

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

 span { border-color: rgb(14,191,211); }

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