Html Css Color HEX #9ABCFD Perano

📋 copy color: '#9ABCFD'

red 154 ◦ green 188 ◦ blue 253

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

Shades of Perano #9ABCFD

Tints of Perano #9ABCFD

RGB

 RED value IS 154 (60.55% from 255) = 25.88%

 GREEN value IS 188 (73.83% from 255) = 31.6%

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

R = 25.88%
G = 31.6%
B = 42.52%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9ABCFD (or 0x9ABCFD) is known color: Perano. HEX triplet: 9A, BC and FD. RGB value is (154,188,253). Sum of RGB (Red+Green+Blue) = 154+188+253=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ABCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABCFD is #654302. Grayscale: #B8B8B8. Windows color (decimal): -6636291 or 16628890. OLE color: 16628890.

HSL color Cylindrical-coordinate representation of color #9ABCFD: hue angle of 219.39º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABCFD is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 188 253 -
CMYK 0.39 0.26 0 0.01
HSL 219.39º 0.96% 0.8% -
HSV(B) 219.39º 0.39% 0.99% -
XYZ 49.04 49.93 99.98 -
YUV 185.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 154 188 253 0.39 0.26 0 0.01 219.39 0.96 0.8
Hex 9A BC FD 27 1A 0 1 DB 60 50
Octal 232 274 375 47 32 0 1 333 140 120
Binary 10011010 10111100 11111101 100111 11010 0 1 11011011 1100000 1010000

Color Harmonies of #9ABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCFD

Black with #9ABCFD

Text Example


Text Example

White with #9ABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABCFD; }

 p { color: rgb(154,188,253); }

 H1.HeaderClassName
 {
   color: #9ABCFD;
 }
 .AnyTagClassName
 {
   color: #9ABCFD;
 }
</style>

background-color css

<style>
 a { background-color: #9ABCFD; }

 a { background-color: rgb(154,188,253); }

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

border-color css

<style>
 span { border-color: #9ABCFD; }

 span { border-color: rgb(154,188,253); }

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