Html Css Color HEX #7CADDF Jordy Blue

📋 copy color: '#7CADDF'

red 124 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #7CADDF

Tints of Jordy Blue #7CADDF

RGB

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

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

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

R = 23.85%
G = 33.27%
B = 42.88%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CADDF (or 0x7CADDF) is known color: Jordy Blue. HEX triplet: 7C, AD and DF. RGB value is (124,173,223). Sum of RGB (Red+Green+Blue) = 124+173+223=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADDF is #835220. Grayscale: #A3A3A3. Windows color (decimal): -8606241 or 14658940. OLE color: 14658940.

HSL color Cylindrical-coordinate representation of color #7CADDF: hue angle of 210.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CADDF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 173 223 -
CMYK 0.44 0.22 0 0.13
HSL 210.3º 0.61% 0.68% -
HSV(B) 210.3º 0.44% 0.87% -
XYZ 36.58 39.5 75.51 -
YUV 164.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 124 173 223 0.44 0.22 0 0.13 210.3 0.61 0.68
Hex 7C AD DF 2C 16 0 D D2 3D 44
Octal 174 255 337 54 26 0 15 322 75 104
Binary 1111100 10101101 11011111 101100 10110 0 1101 11010010 111101 1000100

Color Harmonies of #7CADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CADDF

Black with #7CADDF

Text Example


Text Example

White with #7CADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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