Html Css Color HEX #7FB3DC Jordy Blue

📋 copy color: '#7FB3DC'

red 127 ◦ green 179 ◦ blue 220

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

Shades of Jordy Blue #7FB3DC

Tints of Jordy Blue #7FB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.03%

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

R = 24.14%
G = 34.03%
B = 41.83%

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

#7FB3DC (or 0x7FB3DC) is known color: Jordy Blue. HEX triplet: 7F, B3 and DC. RGB value is (127,179,220). Sum of RGB (Red+Green+Blue) = 127+179+220=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FB3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB3DC is #804C23. Grayscale: #A7A7A7. Windows color (decimal): -8408100 or 14463871. OLE color: 14463871.

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

Color convert

RGB 127 179 220 -
CMYK 0.42 0.19 0 0.14
HSL 206.45º 0.57% 0.68% -
HSV(B) 206.45º 0.42% 0.86% -
XYZ 37.79 41.92 73.81 -
YUV 168.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 127 179 220 0.42 0.19 0 0.14 206.45 0.57 0.68
Hex 7F B3 DC 2A 13 0 E CE 39 44
Octal 177 263 334 52 23 0 16 316 71 104
Binary 1111111 10110011 11011100 101010 10011 0 1110 11001110 111001 1000100

Color Harmonies of #7FB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB3DC

Black with #7FB3DC

Text Example


Text Example

White with #7FB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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