Html Css Color HEX #7FB0DB Jordy Blue

📋 copy color: '#7FB0DB'

red 127 ◦ green 176 ◦ blue 219

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

Shades of Jordy Blue #7FB0DB

Tints of Jordy Blue #7FB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 24.33%
G = 33.72%
B = 41.95%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FB0DB (or 0x7FB0DB) is known color: Jordy Blue. HEX triplet: 7F, B0 and DB. RGB value is (127,176,219). Sum of RGB (Red+Green+Blue) = 127+176+219=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0DB is #804F24. Grayscale: #A6A6A6. Windows color (decimal): -8408869 or 14397567. OLE color: 14397567.

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

Color convert

RGB 127 176 219 -
CMYK 0.42 0.20 0 0.14
HSL 208.04º 0.56% 0.68% -
HSV(B) 208.04º 0.42% 0.86% -
XYZ 37.06 40.68 72.92 -
YUV 166.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 127 176 219 0.42 0.20 0 0.14 208.04 0.56 0.68
Hex 7F B0 DB 2A 14 0 E D0 38 44
Octal 177 260 333 52 24 0 16 320 70 104
Binary 1111111 10110000 11011011 101010 10100 0 1110 11010000 111000 1000100

Color Harmonies of #7FB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB0DB

Black with #7FB0DB

Text Example


Text Example

White with #7FB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,176,219); }

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

background-color css

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

 a { background-color: rgb(127,176,219); }

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

border-color css

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

 span { border-color: rgb(127,176,219); }

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