Html Css Color HEX #7CB3EC Jordy Blue

📋 copy color: '#7CB3EC'

red 124 ◦ green 179 ◦ blue 236

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

Shades of Jordy Blue #7CB3EC

Tints of Jordy Blue #7CB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.21%

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

R = 23.01%
G = 33.21%
B = 43.78%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7CB3EC (or 0x7CB3EC) is known color: Jordy Blue. HEX triplet: 7C, B3 and EC. RGB value is (124,179,236). Sum of RGB (Red+Green+Blue) = 124+179+236=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CB3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB3EC is #834C13. Grayscale: #A8A8A8. Windows color (decimal): -8604692 or 15512444. OLE color: 15512444.

HSL color Cylindrical-coordinate representation of color #7CB3EC: hue angle of 210.54º 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 #7CB3EC is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 179 236 -
CMYK 0.47 0.24 0 0.07
HSL 210.54º 0.75% 0.71% -
HSV(B) 210.54º 0.47% 0.93% -
XYZ 39.57 42.58 85.49 -
YUV 169.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 124 179 236 0.47 0.24 0 0.07 210.54 0.75 0.71
Hex 7C B3 EC 2F 18 0 7 D3 4B 47
Octal 174 263 354 57 30 0 7 323 113 107
Binary 1111100 10110011 11101100 101111 11000 0 111 11010011 1001011 1000111

Color Harmonies of #7CB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB3EC

Black with #7CB3EC

Text Example


Text Example

White with #7CB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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