Html Css Color HEX #7CACDB Jordy Blue

📋 copy color: '#7CACDB'

red 124 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #7CACDB

Tints of Jordy Blue #7CACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 24.08%
G = 33.4%
B = 42.52%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CACDB (or 0x7CACDB) is known color: Jordy Blue. HEX triplet: 7C, AC and DB. RGB value is (124,172,219). Sum of RGB (Red+Green+Blue) = 124+172+219=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACDB is #835324. Grayscale: #A2A2A2. Windows color (decimal): -8606501 or 14396540. OLE color: 14396540.

HSL color Cylindrical-coordinate representation of color #7CACDB: hue angle of 209.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CACDB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 172 219 -
CMYK 0.43 0.21 0 0.14
HSL 209.68º 0.57% 0.67% -
HSV(B) 209.68º 0.43% 0.86% -
XYZ 35.85 38.9 72.64 -
YUV 163.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 124 172 219 0.43 0.21 0 0.14 209.68 0.57 0.67
Hex 7C AC DB 2B 15 0 E D2 39 43
Octal 174 254 333 53 25 0 16 322 71 103
Binary 1111100 10101100 11011011 101011 10101 0 1110 11010010 111001 1000011

Color Harmonies of #7CACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACDB

Black with #7CACDB

Text Example


Text Example

White with #7CACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,219); }

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

background-color css

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

 a { background-color: rgb(124,172,219); }

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

border-color css

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

 span { border-color: rgb(124,172,219); }

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