Html Css Color HEX #0EBFDA Iris Blue

📋 copy color: '#0EBFDA'

red 14 ◦ green 191 ◦ blue 218

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

Shades of Iris Blue #0EBFDA

Tints of Iris Blue #0EBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 3.31%
G = 45.15%
B = 51.54%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0EBFDA (or 0x0EBFDA) is known color: Iris Blue. HEX triplet: 0E, BF and DA. RGB value is (14,191,218). Sum of RGB (Red+Green+Blue) = 14+191+218=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EBFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFDA is #F14025. Grayscale: #8C8C8C. Windows color (decimal): -15810598 or 14335758. OLE color: 14335758.

HSL color Cylindrical-coordinate representation of color #0EBFDA: hue angle of 187.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBFDA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 191 218 -
CMYK 0.94 0.12 0 0.15
HSL 187.94º 0.88% 0.45% -
HSV(B) 187.94º 0.94% 0.85% -
XYZ 31.47 42.42 72.86 -
YUV 141.16 171.36 37.3 -
System Red Green Blue C M Y K H S L
Decimal 14 191 218 0.94 0.12 0 0.15 187.94 0.88 0.45
Hex E BF DA 5E C 0 F BC 58 2D
Octal 16 277 332 136 14 0 17 274 130 55
Binary 1110 10111111 11011010 1011110 1100 0 1111 10111100 1011000 101101

Color Harmonies of #0EBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFDA

Black with #0EBFDA

Text Example


Text Example

White with #0EBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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