Html Css Color HEX #91B2F0 Jordy Blue

📋 copy color: '#91B2F0'

red 145 ◦ green 178 ◦ blue 240

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

Shades of Jordy Blue #91B2F0

Tints of Jordy Blue #91B2F0

RGB

 RED value IS 145 (57.03% from 255) = 25.75%

 GREEN value IS 178 (69.92% from 255) = 31.62%

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 25.75%
G = 31.62%
B = 42.63%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#91B2F0 (or 0x91B2F0) is known color: Jordy Blue. HEX triplet: 91, B2 and F0. RGB value is (145,178,240). Sum of RGB (Red+Green+Blue) = 145+178+240=563 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.75% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #91B2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91B2F0 is #6E4D0F. Grayscale: #AEAEAE. Windows color (decimal): -7228688 or 15774353. OLE color: 15774353.

HSL color Cylindrical-coordinate representation of color #91B2F0: hue angle of 219.16º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91B2F0 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 178 240 -
CMYK 0.40 0.26 0 0.06
HSL 219.16º 0.76% 0.75% -
HSV(B) 219.16º 0.4% 0.94% -
XYZ 43.33 44.15 88.68 -
YUV 175.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 145 178 240 0.40 0.26 0 0.06 219.16 0.76 0.75
Hex 91 B2 F0 28 1A 0 6 DB 4C 4B
Octal 221 262 360 50 32 0 6 333 114 113
Binary 10010001 10110010 11110000 101000 11010 0 110 11011011 1001100 1001011

Color Harmonies of #91B2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B2F0

Black with #91B2F0

Text Example


Text Example

White with #91B2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91B2F0; }

 p { color: rgb(145,178,240); }

 H1.HeaderClassName
 {
   color: #91B2F0;
 }
 .AnyTagClassName
 {
   color: #91B2F0;
 }
</style>

background-color css

<style>
 a { background-color: #91B2F0; }

 a { background-color: rgb(145,178,240); }

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

border-color css

<style>
 span { border-color: #91B2F0; }

 span { border-color: rgb(145,178,240); }

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