Html Css Color HEX #7CAFDA Jordy Blue

📋 copy color: '#7CAFDA'

red 124 ◦ green 175 ◦ blue 218

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

Shades of Jordy Blue #7CAFDA

Tints of Jordy Blue #7CAFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.85%

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 23.98%
G = 33.85%
B = 42.17%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7CAFDA (or 0x7CAFDA) is known color: Jordy Blue. HEX triplet: 7C, AF and DA. RGB value is (124,175,218). Sum of RGB (Red+Green+Blue) = 124+175+218=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFDA is #835025. Grayscale: #A4A4A4. Windows color (decimal): -8605734 or 14331772. OLE color: 14331772.

HSL color Cylindrical-coordinate representation of color #7CAFDA: hue angle of 207.45º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CAFDA is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 175 218 -
CMYK 0.43 0.20 0 0.15
HSL 207.45º 0.56% 0.67% -
HSV(B) 207.45º 0.43% 0.85% -
XYZ 36.3 40.01 72.14 -
YUV 164.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 124 175 218 0.43 0.20 0 0.15 207.45 0.56 0.67
Hex 7C AF DA 2B 14 0 F CF 38 43
Octal 174 257 332 53 24 0 17 317 70 103
Binary 1111100 10101111 11011010 101011 10100 0 1111 11001111 111000 1000011

Color Harmonies of #7CAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFDA

Black with #7CAFDA

Text Example


Text Example

White with #7CAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,218); }

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

background-color css

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

 a { background-color: rgb(124,175,218); }

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

border-color css

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

 span { border-color: rgb(124,175,218); }

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