Html Css Color HEX #81AFF2 Jordy Blue

📋 copy color: '#81AFF2'

red 129 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #81AFF2

Tints of Jordy Blue #81AFF2

RGB

 RED value IS 129 (50.78% from 255) = 23.63%

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 23.63%
G = 32.05%
B = 44.32%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81AFF2 (or 0x81AFF2) is known color: Jordy Blue. HEX triplet: 81, AF and F2. RGB value is (129,175,242). Sum of RGB (Red+Green+Blue) = 129+175+242=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #81AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFF2 is #7E500D. Grayscale: #A8A8A8. Windows color (decimal): -8278030 or 15904641. OLE color: 15904641.

HSL color Cylindrical-coordinate representation of color #81AFF2: hue angle of 215.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81AFF2 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 175 242 -
CMYK 0.47 0.28 0 0.05
HSL 215.58º 0.81% 0.73% -
HSV(B) 215.58º 0.47% 0.95% -
XYZ 40.41 41.74 89.93 -
YUV 168.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 129 175 242 0.47 0.28 0 0.05 215.58 0.81 0.73
Hex 81 AF F2 2F 1C 0 5 D8 51 49
Octal 201 257 362 57 34 0 5 330 121 111
Binary 10000001 10101111 11110010 101111 11100 0 101 11011000 1010001 1001001

Color Harmonies of #81AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFF2

Black with #81AFF2

Text Example


Text Example

White with #81AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81AFF2; }

 p { color: rgb(129,175,242); }

 H1.HeaderClassName
 {
   color: #81AFF2;
 }
 .AnyTagClassName
 {
   color: #81AFF2;
 }
</style>

background-color css

<style>
 a { background-color: #81AFF2; }

 a { background-color: rgb(129,175,242); }

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

border-color css

<style>
 span { border-color: #81AFF2; }

 span { border-color: rgb(129,175,242); }

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