Html Css Color HEX #B5DFFF Pale Cornflower Blue

📋 copy color: '#B5DFFF'

red 181 ◦ green 223 ◦ blue 255

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

Shades of Pale Cornflower Blue #B5DFFF

Tints of Pale Cornflower Blue #B5DFFF

RGB

 RED value IS 181 (71.09% from 255) = 27.47%

 GREEN value IS 223 (87.5% from 255) = 33.84%

 BLUE value IS 255 (100% from 255) = 38.69%

R = 27.47%
G = 33.84%
B = 38.69%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5DFFF (or 0xB5DFFF) is known color: Pale Cornflower Blue. HEX triplet: B5, DF and FF. RGB value is (181,223,255). Sum of RGB (Red+Green+Blue) = 181+223+255=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DFFF is #4A2000. Grayscale: #D5D5D5. Windows color (decimal): -4857857 or 16768949. OLE color: 16768949.

HSL color Cylindrical-coordinate representation of color #B5DFFF: hue angle of 205.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DFFF is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 223 255 -
CMYK 0.29 0.13 0 0
HSL 205.95º 1% 0.85% -
HSV(B) 205.95º 0.29% 1% -
XYZ 63.49 69.82 104.74 -
YUV 214.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 181 223 255 0.29 0.13 0 0 205.95 1 0.85
Hex B5 DF FF 1D D 0 0 CE 64 55
Octal 265 337 377 35 15 0 0 316 144 125
Binary 10110101 11011111 11111111 11101 1101 0 0 11001110 1100100 1010101

Color Harmonies of #B5DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFFF

Black with #B5DFFF

Text Example


Text Example

White with #B5DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFFF; }

 p { color: rgb(181,223,255); }

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

background-color css

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

 a { background-color: rgb(181,223,255); }

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

border-color css

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

 span { border-color: rgb(181,223,255); }

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