Html Css Color HEX #85AFED Jordy Blue

📋 copy color: '#85AFED'

red 133 ◦ green 175 ◦ blue 237

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

Shades of Jordy Blue #85AFED

Tints of Jordy Blue #85AFED

RGB

 RED value IS 133 (52.34% from 255) = 24.4%

 GREEN value IS 175 (68.75% from 255) = 32.11%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 24.4%
G = 32.11%
B = 43.49%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85AFED (or 0x85AFED) is known color: Jordy Blue. HEX triplet: 85, AF and ED. RGB value is (133,175,237). Sum of RGB (Red+Green+Blue) = 133+175+237=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #85AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFED is #7A5012. Grayscale: #A9A9A9. Windows color (decimal): -8015891 or 15576965. OLE color: 15576965.

HSL color Cylindrical-coordinate representation of color #85AFED: hue angle of 215.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85AFED is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 175 237 -
CMYK 0.44 0.26 0 0.07
HSL 215.77º 0.74% 0.73% -
HSV(B) 215.77º 0.44% 0.93% -
XYZ 40.29 41.76 86.06 -
YUV 169.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 133 175 237 0.44 0.26 0 0.07 215.77 0.74 0.73
Hex 85 AF ED 2C 1A 0 7 D8 4A 49
Octal 205 257 355 54 32 0 7 330 112 111
Binary 10000101 10101111 11101101 101100 11010 0 111 11011000 1001010 1001001

Color Harmonies of #85AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFED

Black with #85AFED

Text Example


Text Example

White with #85AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AFED; }

 p { color: rgb(133,175,237); }

 H1.HeaderClassName
 {
   color: #85AFED;
 }
 .AnyTagClassName
 {
   color: #85AFED;
 }
</style>

background-color css

<style>
 a { background-color: #85AFED; }

 a { background-color: rgb(133,175,237); }

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

border-color css

<style>
 span { border-color: #85AFED; }

 span { border-color: rgb(133,175,237); }

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