Html Css Color HEX #7CB6DD Jordy Blue

📋 copy color: '#7CB6DD'

red 124 ◦ green 182 ◦ blue 221

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

Shades of Jordy Blue #7CB6DD

Tints of Jordy Blue #7CB6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 23.53%
G = 34.54%
B = 41.94%

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

#7CB6DD (or 0x7CB6DD) is known color: Jordy Blue. HEX triplet: 7C, B6 and DD. RGB value is (124,182,221). Sum of RGB (Red+Green+Blue) = 124+182+221=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB6DD is #834922. Grayscale: #A8A8A8. Windows color (decimal): -8603939 or 14530172. OLE color: 14530172.

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

Color convert

RGB 124 182 221 -
CMYK 0.44 0.18 0 0.13
HSL 204.12º 0.59% 0.68% -
HSV(B) 204.12º 0.44% 0.87% -
XYZ 38.09 42.96 74.69 -
YUV 169.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 124 182 221 0.44 0.18 0 0.13 204.12 0.59 0.68
Hex 7C B6 DD 2C 12 0 D CC 3B 44
Octal 174 266 335 54 22 0 15 314 73 104
Binary 1111100 10110110 11011101 101100 10010 0 1101 11001100 111011 1000100

Color Harmonies of #7CB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB6DD

Black with #7CB6DD

Text Example


Text Example

White with #7CB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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