Html Css Color HEX #7CB1DF Jordy Blue

📋 copy color: '#7CB1DF'

red 124 ◦ green 177 ◦ blue 223

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

Shades of Jordy Blue #7CB1DF

Tints of Jordy Blue #7CB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.78%

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 23.66%
G = 33.78%
B = 42.56%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CB1DF (or 0x7CB1DF) is known color: Jordy Blue. HEX triplet: 7C, B1 and DF. RGB value is (124,177,223). Sum of RGB (Red+Green+Blue) = 124+177+223=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB1DF is #834E20. Grayscale: #A6A6A6. Windows color (decimal): -8605217 or 14659964. OLE color: 14659964.

HSL color Cylindrical-coordinate representation of color #7CB1DF: hue angle of 207.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB1DF is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 177 223 -
CMYK 0.44 0.21 0 0.13
HSL 207.88º 0.61% 0.68% -
HSV(B) 207.88º 0.44% 0.87% -
XYZ 37.35 41.06 75.77 -
YUV 166.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 124 177 223 0.44 0.21 0 0.13 207.88 0.61 0.68
Hex 7C B1 DF 2C 15 0 D D0 3D 44
Octal 174 261 337 54 25 0 15 320 75 104
Binary 1111100 10110001 11011111 101100 10101 0 1101 11010000 111101 1000100

Color Harmonies of #7CB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB1DF

Black with #7CB1DF

Text Example


Text Example

White with #7CB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,177,223); }

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

background-color css

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

 a { background-color: rgb(124,177,223); }

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

border-color css

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

 span { border-color: rgb(124,177,223); }

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