Html Css Color HEX #7FB5EE Jordy Blue

📋 copy color: '#7FB5EE'

red 127 ◦ green 181 ◦ blue 238

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

Shades of Jordy Blue #7FB5EE

Tints of Jordy Blue #7FB5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.15%

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 23.26%
G = 33.15%
B = 43.59%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FB5EE (or 0x7FB5EE) is known color: Jordy Blue. HEX triplet: 7F, B5 and EE. RGB value is (127,181,238). Sum of RGB (Red+Green+Blue) = 127+181+238=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FB5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB5EE is #804A11. Grayscale: #ABABAB. Windows color (decimal): -8407570 or 15644031. OLE color: 15644031.

HSL color Cylindrical-coordinate representation of color #7FB5EE: hue angle of 210.81º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FB5EE is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 181 238 -
CMYK 0.47 0.24 0 0.07
HSL 210.81º 0.77% 0.72% -
HSV(B) 210.81º 0.47% 0.93% -
XYZ 40.71 43.73 87.18 -
YUV 171.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 127 181 238 0.47 0.24 0 0.07 210.81 0.77 0.72
Hex 7F B5 EE 2F 18 0 7 D3 4D 48
Octal 177 265 356 57 30 0 7 323 115 110
Binary 1111111 10110101 11101110 101111 11000 0 111 11010011 1001101 1001000

Color Harmonies of #7FB5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB5EE

Black with #7FB5EE

Text Example


Text Example

White with #7FB5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,181,238); }

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

background-color css

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

 a { background-color: rgb(127,181,238); }

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

border-color css

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

 span { border-color: rgb(127,181,238); }

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