Html Css Color HEX #7CB6DF Jordy Blue

📋 copy color: '#7CB6DF'

red 124 ◦ green 182 ◦ blue 223

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

Shades of Jordy Blue #7CB6DF

Tints of Jordy Blue #7CB6DF

RGB

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

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

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

R = 23.44%
G = 34.4%
B = 42.16%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CB6DF (or 0x7CB6DF) is known color: Jordy Blue. HEX triplet: 7C, B6 and DF. RGB value is (124,182,223). Sum of RGB (Red+Green+Blue) = 124+182+223=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CB6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB6DF is #834920. Grayscale: #A9A9A9. Windows color (decimal): -8603937 or 14661244. OLE color: 14661244.

HSL color Cylindrical-coordinate representation of color #7CB6DF: hue angle of 204.85º 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 #7CB6DF is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 182 223 -
CMYK 0.44 0.18 0 0.13
HSL 204.85º 0.61% 0.68% -
HSV(B) 204.85º 0.44% 0.87% -
XYZ 38.36 43.07 76.1 -
YUV 169.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 124 182 223 0.44 0.18 0 0.13 204.85 0.61 0.68
Hex 7C B6 DF 2C 12 0 D CD 3D 44
Octal 174 266 337 54 22 0 15 315 75 104
Binary 1111100 10110110 11011111 101100 10010 0 1101 11001101 111101 1000100

Color Harmonies of #7CB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB6DF

Black with #7CB6DF

Text Example


Text Example

White with #7CB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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