Html Css Color HEX #92AFE6 Jordy Blue

📋 copy color: '#92AFE6'

red 146 ◦ green 175 ◦ blue 230

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

Shades of Jordy Blue #92AFE6

Tints of Jordy Blue #92AFE6

RGB

 RED value IS 146 (57.42% from 255) = 26.5%

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

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

R = 26.5%
G = 31.76%
B = 41.74%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#92AFE6 (or 0x92AFE6) is known color: Jordy Blue. HEX triplet: 92, AF and E6. RGB value is (146,175,230). Sum of RGB (Red+Green+Blue) = 146+175+230=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #92AFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92AFE6 is #6D5019. Grayscale: #ACACAC. Windows color (decimal): -7163930 or 15118226. OLE color: 15118226.

HSL color Cylindrical-coordinate representation of color #92AFE6: hue angle of 219.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92AFE6 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 175 230 -
CMYK 0.37 0.24 0 0.10
HSL 219.29º 0.63% 0.74% -
HSV(B) 219.29º 0.37% 0.9% -
XYZ 41.47 42.48 80.88 -
YUV 172.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 146 175 230 0.37 0.24 0 0.10 219.29 0.63 0.74
Hex 92 AF E6 25 18 0 A DB 3F 4A
Octal 222 257 346 45 30 0 12 333 77 112
Binary 10010010 10101111 11100110 100101 11000 0 1010 11011011 111111 1001010

Color Harmonies of #92AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AFE6

Black with #92AFE6

Text Example


Text Example

White with #92AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AFE6; }

 p { color: rgb(146,175,230); }

 H1.HeaderClassName
 {
   color: #92AFE6;
 }
 .AnyTagClassName
 {
   color: #92AFE6;
 }
</style>

background-color css

<style>
 a { background-color: #92AFE6; }

 a { background-color: rgb(146,175,230); }

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

border-color css

<style>
 span { border-color: #92AFE6; }

 span { border-color: rgb(146,175,230); }

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