Html Css Color HEX #93B2FD Perano

📋 copy color: '#93B2FD'

red 147 ◦ green 178 ◦ blue 253

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

Shades of Perano #93B2FD

Tints of Perano #93B2FD

RGB

 RED value IS 147 (57.81% from 255) = 25.43%

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 25.43%
G = 30.8%
B = 43.77%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93B2FD (or 0x93B2FD) is known color: Perano. HEX triplet: 93, B2 and FD. RGB value is (147,178,253). Sum of RGB (Red+Green+Blue) = 147+178+253=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #93B2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B2FD is #6C4D02. Grayscale: #B0B0B0. Windows color (decimal): -7097603 or 16626323. OLE color: 16626323.

HSL color Cylindrical-coordinate representation of color #93B2FD: hue angle of 222.45º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B2FD is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 178 253 -
CMYK 0.42 0.30 0 0.01
HSL 222.45º 0.96% 0.78% -
HSV(B) 222.45º 0.42% 0.99% -
XYZ 45.68 45.14 99.23 -
YUV 177.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 147 178 253 0.42 0.30 0 0.01 222.45 0.96 0.78
Hex 93 B2 FD 2A 1E 0 1 DE 60 4E
Octal 223 262 375 52 36 0 1 336 140 116
Binary 10010011 10110010 11111101 101010 11110 0 1 11011110 1100000 1001110

Color Harmonies of #93B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2FD

Black with #93B2FD

Text Example


Text Example

White with #93B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B2FD; }

 p { color: rgb(147,178,253); }

 H1.HeaderClassName
 {
   color: #93B2FD;
 }
 .AnyTagClassName
 {
   color: #93B2FD;
 }
</style>

background-color css

<style>
 a { background-color: #93B2FD; }

 a { background-color: rgb(147,178,253); }

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

border-color css

<style>
 span { border-color: #93B2FD; }

 span { border-color: rgb(147,178,253); }

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