Html Css Color HEX #7CACFC Jordy Blue

📋 copy color: '#7CACFC'

red 124 ◦ green 172 ◦ blue 252

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

Shades of Jordy Blue #7CACFC

Tints of Jordy Blue #7CACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 22.63%
G = 31.39%
B = 45.99%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CACFC (or 0x7CACFC) is known color: Jordy Blue. HEX triplet: 7C, AC and FC. RGB value is (124,172,252). Sum of RGB (Red+Green+Blue) = 124+172+252=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CACFC is #835303. Grayscale: #A6A6A6. Windows color (decimal): -8606468 or 16559228. OLE color: 16559228.

HSL color Cylindrical-coordinate representation of color #7CACFC: hue angle of 217.5º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CACFC is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 172 252 -
CMYK 0.51 0.32 0 0.01
HSL 217.5º 0.96% 0.74% -
HSV(B) 217.5º 0.51% 0.99% -
XYZ 40.64 40.82 97.83 -
YUV 166.77 176.1 97.5 -
System Red Green Blue C M Y K H S L
Decimal 124 172 252 0.51 0.32 0 0.01 217.5 0.96 0.74
Hex 7C AC FC 33 20 0 1 DA 60 4A
Octal 174 254 374 63 40 0 1 332 140 112
Binary 1111100 10101100 11111100 110011 100000 0 1 11011010 1100000 1001010

Color Harmonies of #7CACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACFC

Black with #7CACFC

Text Example


Text Example

White with #7CACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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