Html Css Color HEX #86AFFC Jordy Blue

📋 copy color: '#86AFFC'

red 134 ◦ green 175 ◦ blue 252

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

Shades of Jordy Blue #86AFFC

Tints of Jordy Blue #86AFFC

RGB

 RED value IS 134 (52.73% from 255) = 23.89%

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 23.89%
G = 31.19%
B = 44.92%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86AFFC (or 0x86AFFC) is known color: Jordy Blue. HEX triplet: 86, AF and FC. RGB value is (134,175,252). Sum of RGB (Red+Green+Blue) = 134+175+252=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #86AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFFC is #795003. Grayscale: #ABABAB. Windows color (decimal): -7950340 or 16560006. OLE color: 16560006.

HSL color Cylindrical-coordinate representation of color #86AFFC: hue angle of 219.15º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86AFFC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 175 252 -
CMYK 0.47 0.31 0 0.01
HSL 219.15º 0.95% 0.76% -
HSV(B) 219.15º 0.47% 0.99% -
XYZ 42.73 42.76 98.1 -
YUV 171.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 134 175 252 0.47 0.31 0 0.01 219.15 0.95 0.76
Hex 86 AF FC 2F 1F 0 1 DB 5F 4C
Octal 206 257 374 57 37 0 1 333 137 114
Binary 10000110 10101111 11111100 101111 11111 0 1 11011011 1011111 1001100

Color Harmonies of #86AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFFC

Black with #86AFFC

Text Example


Text Example

White with #86AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AFFC; }

 p { color: rgb(134,175,252); }

 H1.HeaderClassName
 {
   color: #86AFFC;
 }
 .AnyTagClassName
 {
   color: #86AFFC;
 }
</style>

background-color css

<style>
 a { background-color: #86AFFC; }

 a { background-color: rgb(134,175,252); }

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

border-color css

<style>
 span { border-color: #86AFFC; }

 span { border-color: rgb(134,175,252); }

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