Html Css Color HEX #7FB4DC Jordy Blue

📋 copy color: '#7FB4DC'

red 127 ◦ green 180 ◦ blue 220

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

Shades of Jordy Blue #7FB4DC

Tints of Jordy Blue #7FB4DC

RGB

 RED value IS 127 (50% from 255) = 24.1%

 GREEN value IS 180 (70.7% from 255) = 34.16%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 24.1%
G = 34.16%
B = 41.75%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FB4DC (or 0x7FB4DC) is known color: Jordy Blue. HEX triplet: 7F, B4 and DC. RGB value is (127,180,220). Sum of RGB (Red+Green+Blue) = 127+180+220=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB4DC is #804B23. Grayscale: #A8A8A8. Windows color (decimal): -8407844 or 14464127. OLE color: 14464127.

HSL color Cylindrical-coordinate representation of color #7FB4DC: hue angle of 205.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB4DC is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 180 220 -
CMYK 0.42 0.18 0 0.14
HSL 205.81º 0.57% 0.68% -
HSV(B) 205.81º 0.42% 0.86% -
XYZ 37.99 42.32 73.88 -
YUV 168.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 127 180 220 0.42 0.18 0 0.14 205.81 0.57 0.68
Hex 7F B4 DC 2A 12 0 E CE 39 44
Octal 177 264 334 52 22 0 16 316 71 104
Binary 1111111 10110100 11011100 101010 10010 0 1110 11001110 111001 1000100

Color Harmonies of #7FB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB4DC

Black with #7FB4DC

Text Example


Text Example

White with #7FB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,180,220); }

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

background-color css

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

 a { background-color: rgb(127,180,220); }

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

border-color css

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

 span { border-color: rgb(127,180,220); }

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