Html Css Color HEX #7CB6EC Jordy Blue

📋 copy color: '#7CB6EC'

red 124 ◦ green 182 ◦ blue 236

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

Shades of Jordy Blue #7CB6EC

Tints of Jordy Blue #7CB6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 22.88%
G = 33.58%
B = 43.54%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7CB6EC (or 0x7CB6EC) is known color: Jordy Blue. HEX triplet: 7C, B6 and EC. RGB value is (124,182,236). Sum of RGB (Red+Green+Blue) = 124+182+236=542 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.88% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CB6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB6EC is #834913. Grayscale: #AAAAAA. Windows color (decimal): -8603924 or 15513212. OLE color: 15513212.

HSL color Cylindrical-coordinate representation of color #7CB6EC: hue angle of 208.93º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CB6EC is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 182 236 -
CMYK 0.47 0.23 0 0.07
HSL 208.93º 0.75% 0.71% -
HSV(B) 208.93º 0.47% 0.93% -
XYZ 40.18 43.8 85.69 -
YUV 170.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 124 182 236 0.47 0.23 0 0.07 208.93 0.75 0.71
Hex 7C B6 EC 2F 17 0 7 D1 4B 47
Octal 174 266 354 57 27 0 7 321 113 107
Binary 1111100 10110110 11101100 101111 10111 0 111 11010001 1001011 1000111

Color Harmonies of #7CB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB6EC

Black with #7CB6EC

Text Example


Text Example

White with #7CB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,236); }

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

background-color css

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

 a { background-color: rgb(124,182,236); }

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

border-color css

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

 span { border-color: rgb(124,182,236); }

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