Html Css Color HEX #0EBCCF Iris Blue

📋 copy color: '#0EBCCF'

red 14 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #0EBCCF

Tints of Iris Blue #0EBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 3.42%
G = 45.97%
B = 50.61%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0EBCCF (or 0x0EBCCF) is known color: Iris Blue. HEX triplet: 0E, BC and CF. RGB value is (14,188,207). Sum of RGB (Red+Green+Blue) = 14+188+207=409 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.42% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EBCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBCCF is #F14330. Grayscale: #898989. Windows color (decimal): -15811377 or 13614094. OLE color: 13614094.

HSL color Cylindrical-coordinate representation of color #0EBCCF: hue angle of 185.91º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBCCF is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 188 207 -
CMYK 0.93 0.09 0 0.19
HSL 185.91º 0.87% 0.43% -
HSV(B) 185.91º 0.93% 0.81% -
XYZ 29.43 40.56 65.31 -
YUV 138.14 166.85 39.46 -
System Red Green Blue C M Y K H S L
Decimal 14 188 207 0.93 0.09 0 0.19 185.91 0.87 0.43
Hex E BC CF 5D 9 0 13 BA 57 2B
Octal 16 274 317 135 11 0 23 272 127 53
Binary 1110 10111100 11001111 1011101 1001 0 10011 10111010 1010111 101011

Color Harmonies of #0EBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBCCF

Black with #0EBCCF

Text Example


Text Example

White with #0EBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,207); }

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

background-color css

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

 a { background-color: rgb(14,188,207); }

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

border-color css

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

 span { border-color: rgb(14,188,207); }

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