Html Css Color HEX #7CADE3 Jordy Blue

📋 copy color: '#7CADE3'

red 124 ◦ green 173 ◦ blue 227

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

Shades of Jordy Blue #7CADE3

Tints of Jordy Blue #7CADE3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

 BLUE value IS 227 (89.06% from 255) = 43.32%

R = 23.66%
G = 33.02%
B = 43.32%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7CADE3 (or 0x7CADE3) is known color: Jordy Blue. HEX triplet: 7C, AD and E3. RGB value is (124,173,227). Sum of RGB (Red+Green+Blue) = 124+173+227=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #7CADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADE3 is #83521C. Grayscale: #A4A4A4. Windows color (decimal): -8606237 or 14921084. OLE color: 14921084.

HSL color Cylindrical-coordinate representation of color #7CADE3: hue angle of 211.46º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CADE3 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 124 173 227 -
CMYK 0.45 0.24 0 0.11
HSL 211.46º 0.65% 0.69% -
HSV(B) 211.46º 0.45% 0.89% -
XYZ 37.12 39.72 78.38 -
YUV 164.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 124 173 227 0.45 0.24 0 0.11 211.46 0.65 0.69
Hex 7C AD E3 2D 18 0 B D3 41 45
Octal 174 255 343 55 30 0 13 323 101 105
Binary 1111100 10101101 11100011 101101 11000 0 1011 11010011 1000001 1000101

Color Harmonies of #7CADE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CADE3

Black with #7CADE3

Text Example


Text Example

White with #7CADE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,227); }

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

background-color css

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

 a { background-color: rgb(124,173,227); }

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

border-color css

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

 span { border-color: rgb(124,173,227); }

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