Html Css Color HEX #6EACDF Jordy Blue

📋 copy color: '#6EACDF'

red 110 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #6EACDF

Tints of Jordy Blue #6EACDF

RGB

 RED value IS 110 (43.36% from 255) = 21.78%

 GREEN value IS 172 (67.58% from 255) = 34.06%

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 21.78%
G = 34.06%
B = 44.16%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EACDF (or 0x6EACDF) is known color: Jordy Blue. HEX triplet: 6E, AC and DF. RGB value is (110,172,223). Sum of RGB (Red+Green+Blue) = 110+172+223=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACDF is #915320. Grayscale: #9F9F9F. Windows color (decimal): -9524001 or 14658670. OLE color: 14658670.

HSL color Cylindrical-coordinate representation of color #6EACDF: hue angle of 207.08º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EACDF is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 172 223 -
CMYK 0.51 0.23 0 0.13
HSL 207.08º 0.64% 0.65% -
HSV(B) 207.08º 0.51% 0.87% -
XYZ 34.5 38.15 75.36 -
YUV 159.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 110 172 223 0.51 0.23 0 0.13 207.08 0.64 0.65
Hex 6E AC DF 33 17 0 D CF 40 41
Octal 156 254 337 63 27 0 15 317 100 101
Binary 1101110 10101100 11011111 110011 10111 0 1101 11001111 1000000 1000001

Color Harmonies of #6EACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACDF

Black with #6EACDF

Text Example


Text Example

White with #6EACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EACDF; }

 p { color: rgb(110,172,223); }

 H1.HeaderClassName
 {
   color: #6EACDF;
 }
 .AnyTagClassName
 {
   color: #6EACDF;
 }
</style>

background-color css

<style>
 a { background-color: #6EACDF; }

 a { background-color: rgb(110,172,223); }

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

border-color css

<style>
 span { border-color: #6EACDF; }

 span { border-color: rgb(110,172,223); }

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