Html Css Color HEX #78ACEA Jordy Blue

📋 copy color: '#78ACEA'

red 120 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #78ACEA

Tints of Jordy Blue #78ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 22.81%
G = 32.7%
B = 44.49%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#78ACEA (or 0x78ACEA) is known color: Jordy Blue. HEX triplet: 78, AC and EA. RGB value is (120,172,234). Sum of RGB (Red+Green+Blue) = 120+172+234=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #78ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ACEA is #875315. Grayscale: #A3A3A3. Windows color (decimal): -8868630 or 15379576. OLE color: 15379576.

HSL color Cylindrical-coordinate representation of color #78ACEA: hue angle of 212.63º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ACEA is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 172 234 -
CMYK 0.49 0.26 0 0.08
HSL 212.63º 0.73% 0.69% -
HSV(B) 212.63º 0.49% 0.92% -
XYZ 37.35 39.44 83.49 -
YUV 163.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 120 172 234 0.49 0.26 0 0.08 212.63 0.73 0.69
Hex 78 AC EA 31 1A 0 8 D5 49 45
Octal 170 254 352 61 32 0 10 325 111 105
Binary 1111000 10101100 11101010 110001 11010 0 1000 11010101 1001001 1000101

Color Harmonies of #78ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ACEA

Black with #78ACEA

Text Example


Text Example

White with #78ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,172,234); }

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

background-color css

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

 a { background-color: rgb(120,172,234); }

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

border-color css

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

 span { border-color: rgb(120,172,234); }

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