Html Css Color HEX #7FB2DC Jordy Blue

📋 copy color: '#7FB2DC'

red 127 ◦ green 178 ◦ blue 220

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

Shades of Jordy Blue #7FB2DC

Tints of Jordy Blue #7FB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

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

R = 24.19%
G = 33.9%
B = 41.9%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FB2DC (or 0x7FB2DC) is known color: Jordy Blue. HEX triplet: 7F, B2 and DC. RGB value is (127,178,220). Sum of RGB (Red+Green+Blue) = 127+178+220=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB2DC is #804D23. Grayscale: #A7A7A7. Windows color (decimal): -8408356 or 14463615. OLE color: 14463615.

HSL color Cylindrical-coordinate representation of color #7FB2DC: hue angle of 207.1º 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 #7FB2DC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 178 220 -
CMYK 0.42 0.19 0 0.14
HSL 207.1º 0.57% 0.68% -
HSV(B) 207.1º 0.42% 0.86% -
XYZ 37.59 41.52 73.74 -
YUV 167.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 127 178 220 0.42 0.19 0 0.14 207.1 0.57 0.68
Hex 7F B2 DC 2A 13 0 E CF 39 44
Octal 177 262 334 52 23 0 16 317 71 104
Binary 1111111 10110010 11011100 101010 10011 0 1110 11001111 111001 1000100

Color Harmonies of #7FB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB2DC

Black with #7FB2DC

Text Example


Text Example

White with #7FB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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