Html Css Color HEX #A5CBFB Pale Cornflower Blue

📋 copy color: '#A5CBFB'

red 165 ◦ green 203 ◦ blue 251

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

Shades of Pale Cornflower Blue #A5CBFB

Tints of Pale Cornflower Blue #A5CBFB

RGB

 RED value IS 165 (64.84% from 255) = 26.66%

 GREEN value IS 203 (79.69% from 255) = 32.79%

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 26.66%
G = 32.79%
B = 40.55%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5CBFB (or 0xA5CBFB) is known color: Pale Cornflower Blue. HEX triplet: A5, CB and FB. RGB value is (165,203,251). Sum of RGB (Red+Green+Blue) = 165+203+251=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5CBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBFB is #5A3404. Grayscale: #C4C4C4. Windows color (decimal): -5911557 or 16501669. OLE color: 16501669.

HSL color Cylindrical-coordinate representation of color #A5CBFB: hue angle of 213.49º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5CBFB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 203 251 -
CMYK 0.34 0.19 0 0.02
HSL 213.49º 0.91% 0.82% -
HSV(B) 213.49º 0.34% 0.98% -
XYZ 54.29 57.68 99.54 -
YUV 197.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 165 203 251 0.34 0.19 0 0.02 213.49 0.91 0.82
Hex A5 CB FB 22 13 0 2 D5 5B 52
Octal 245 313 373 42 23 0 2 325 133 122
Binary 10100101 11001011 11111011 100010 10011 0 10 11010101 1011011 1010010

Color Harmonies of #A5CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBFB

Black with #A5CBFB

Text Example


Text Example

White with #A5CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBFB; }

 p { color: rgb(165,203,251); }

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

background-color css

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

 a { background-color: rgb(165,203,251); }

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

border-color css

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

 span { border-color: rgb(165,203,251); }

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