Html Css Color HEX #74ACEA Jordy Blue

📋 copy color: '#74ACEA'

red 116 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #74ACEA

Tints of Jordy Blue #74ACEA

RGB

 RED value IS 116 (45.7% from 255) = 22.22%

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

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

R = 22.22%
G = 32.95%
B = 44.83%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74ACEA (or 0x74ACEA) is known color: Jordy Blue. HEX triplet: 74, AC and EA. RGB value is (116,172,234). Sum of RGB (Red+Green+Blue) = 116+172+234=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #74ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ACEA is #8B5315. Grayscale: #A2A2A2. Windows color (decimal): -9130774 or 15379572. OLE color: 15379572.

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

Color convert

RGB 116 172 234 -
CMYK 0.50 0.26 0 0.08
HSL 211.53º 0.74% 0.69% -
HSV(B) 211.53º 0.5% 0.92% -
XYZ 36.81 39.16 83.46 -
YUV 162.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 116 172 234 0.50 0.26 0 0.08 211.53 0.74 0.69
Hex 74 AC EA 32 1A 0 8 D4 4A 45
Octal 164 254 352 62 32 0 10 324 112 105
Binary 1110100 10101100 11101010 110010 11010 0 1000 11010100 1001010 1000101

Color Harmonies of #74ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACEA

Black with #74ACEA

Text Example


Text Example

White with #74ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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