Html Css Color HEX #7FB7E6 Jordy Blue

📋 copy color: '#7FB7E6'

red 127 ◦ green 183 ◦ blue 230

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

Shades of Jordy Blue #7FB7E6

Tints of Jordy Blue #7FB7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.89%

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 23.52%
G = 33.89%
B = 42.59%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7FB7E6 (or 0x7FB7E6) is known color: Jordy Blue. HEX triplet: 7F, B7 and E6. RGB value is (127,183,230). Sum of RGB (Red+Green+Blue) = 127+183+230=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #7FB7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB7E6 is #804819. Grayscale: #ABABAB. Windows color (decimal): -8407066 or 15120255. OLE color: 15120255.

HSL color Cylindrical-coordinate representation of color #7FB7E6: hue angle of 207.38º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FB7E6 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 183 230 -
CMYK 0.45 0.20 0 0.10
HSL 207.38º 0.67% 0.7% -
HSV(B) 207.38º 0.45% 0.9% -
XYZ 39.97 44.09 81.27 -
YUV 171.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 127 183 230 0.45 0.20 0 0.10 207.38 0.67 0.7
Hex 7F B7 E6 2D 14 0 A CF 43 46
Octal 177 267 346 55 24 0 12 317 103 106
Binary 1111111 10110111 11100110 101101 10100 0 1010 11001111 1000011 1000110

Color Harmonies of #7FB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB7E6

Black with #7FB7E6

Text Example


Text Example

White with #7FB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,183,230); }

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

background-color css

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

 a { background-color: rgb(127,183,230); }

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

border-color css

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

 span { border-color: rgb(127,183,230); }

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