Html Css Color HEX #78AEDF Jordy Blue

📋 copy color: '#78AEDF'

red 120 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #78AEDF

Tints of Jordy Blue #78AEDF

RGB

 RED value IS 120 (47.27% from 255) = 23.21%

 GREEN value IS 174 (68.36% from 255) = 33.66%

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

R = 23.21%
G = 33.66%
B = 43.13%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78AEDF (or 0x78AEDF) is known color: Jordy Blue. HEX triplet: 78, AE and DF. RGB value is (120,174,223). Sum of RGB (Red+Green+Blue) = 120+174+223=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #78AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AEDF is #875120. Grayscale: #A3A3A3. Windows color (decimal): -8868129 or 14659192. OLE color: 14659192.

HSL color Cylindrical-coordinate representation of color #78AEDF: hue angle of 208.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78AEDF is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 174 223 -
CMYK 0.46 0.22 0 0.13
HSL 208.54º 0.62% 0.67% -
HSV(B) 208.54º 0.46% 0.87% -
XYZ 36.2 39.59 75.55 -
YUV 163.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 120 174 223 0.46 0.22 0 0.13 208.54 0.62 0.67
Hex 78 AE DF 2E 16 0 D D1 3E 43
Octal 170 256 337 56 26 0 15 321 76 103
Binary 1111000 10101110 11011111 101110 10110 0 1101 11010001 111110 1000011

Color Harmonies of #78AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AEDF

Black with #78AEDF

Text Example


Text Example

White with #78AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78AEDF; }

 p { color: rgb(120,174,223); }

 H1.HeaderClassName
 {
   color: #78AEDF;
 }
 .AnyTagClassName
 {
   color: #78AEDF;
 }
</style>

background-color css

<style>
 a { background-color: #78AEDF; }

 a { background-color: rgb(120,174,223); }

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

border-color css

<style>
 span { border-color: #78AEDF; }

 span { border-color: rgb(120,174,223); }

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