Html Css Color HEX #7CB7E6 Jordy Blue

📋 copy color: '#7CB7E6'

red 124 ◦ green 183 ◦ blue 230

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

Shades of Jordy Blue #7CB7E6

Tints of Jordy Blue #7CB7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 230 (90.23% from 255) = 42.83%

R = 23.09%
G = 34.08%
B = 42.83%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7CB7E6 (or 0x7CB7E6) is known color: Jordy Blue. HEX triplet: 7C, B7 and E6. RGB value is (124,183,230). Sum of RGB (Red+Green+Blue) = 124+183+230=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #7CB7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB7E6 is #834819. Grayscale: #AAAAAA. Windows color (decimal): -8603674 or 15120252. OLE color: 15120252.

HSL color Cylindrical-coordinate representation of color #7CB7E6: hue angle of 206.6º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CB7E6 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 124 183 230 -
CMYK 0.46 0.20 0 0.10
HSL 206.6º 0.68% 0.69% -
HSV(B) 206.6º 0.46% 0.9% -
XYZ 39.53 43.87 81.25 -
YUV 170.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 124 183 230 0.46 0.20 0 0.10 206.6 0.68 0.69
Hex 7C B7 E6 2E 14 0 A CF 44 45
Octal 174 267 346 56 24 0 12 317 104 105
Binary 1111100 10110111 11100110 101110 10100 0 1010 11001111 1000100 1000101

Color Harmonies of #7CB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB7E6

Black with #7CB7E6

Text Example


Text Example

White with #7CB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,230); }

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

background-color css

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

 a { background-color: rgb(124,183,230); }

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

border-color css

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

 span { border-color: rgb(124,183,230); }

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