Html Css Color HEX #7CAAEB Jordy Blue

📋 copy color: '#7CAAEB'

red 124 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #7CAAEB

Tints of Jordy Blue #7CAAEB

RGB

 RED value IS 124 (48.83% from 255) = 23.44%

 GREEN value IS 170 (66.8% from 255) = 32.14%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 23.44%
G = 32.14%
B = 44.42%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7CAAEB (or 0x7CAAEB) is known color: Jordy Blue. HEX triplet: 7C, AA and EB. RGB value is (124,170,235). Sum of RGB (Red+Green+Blue) = 124+170+235=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAAEB is #835514. Grayscale: #A3A3A3. Windows color (decimal): -8606997 or 15444604. OLE color: 15444604.

HSL color Cylindrical-coordinate representation of color #7CAAEB: hue angle of 215.14º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CAAEB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 170 235 -
CMYK 0.47 0.28 0 0.08
HSL 215.14º 0.74% 0.7% -
HSV(B) 215.14º 0.47% 0.92% -
XYZ 37.68 39.03 84.15 -
YUV 163.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 124 170 235 0.47 0.28 0 0.08 215.14 0.74 0.7
Hex 7C AA EB 2F 1C 0 8 D7 4A 46
Octal 174 252 353 57 34 0 10 327 112 106
Binary 1111100 10101010 11101011 101111 11100 0 1000 11010111 1001010 1000110

Color Harmonies of #7CAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAAEB

Black with #7CAAEB

Text Example


Text Example

White with #7CAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CAAEB; }

 p { color: rgb(124,170,235); }

 H1.HeaderClassName
 {
   color: #7CAAEB;
 }
 .AnyTagClassName
 {
   color: #7CAAEB;
 }
</style>

background-color css

<style>
 a { background-color: #7CAAEB; }

 a { background-color: rgb(124,170,235); }

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

border-color css

<style>
 span { border-color: #7CAAEB; }

 span { border-color: rgb(124,170,235); }

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