Html Css Color HEX #B3D0E5 Pale Cornflower Blue

📋 copy color: '#B3D0E5'

red 179 ◦ green 208 ◦ blue 229

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

Shades of Pale Cornflower Blue #B3D0E5

Tints of Pale Cornflower Blue #B3D0E5

RGB

 RED value IS 179 (70.31% from 255) = 29.06%

 GREEN value IS 208 (81.64% from 255) = 33.77%

 BLUE value IS 229 (89.84% from 255) = 37.18%

R = 29.06%
G = 33.77%
B = 37.18%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B3D0E5 (or 0xB3D0E5) is known color: Pale Cornflower Blue. HEX triplet: B3, D0 and E5. RGB value is (179,208,229). Sum of RGB (Red+Green+Blue) = 179+208+229=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #B3D0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D0E5 is #4C2F1A. Grayscale: #C9C9C9. Windows color (decimal): -4992795 or 15061171. OLE color: 15061171.

HSL color Cylindrical-coordinate representation of color #B3D0E5: hue angle of 205.2º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3D0E5 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 208 229 -
CMYK 0.22 0.09 0 0.10
HSL 205.2º 0.49% 0.8% -
HSV(B) 205.2º 0.22% 0.9% -
XYZ 55.29 60.35 82.86 -
YUV 201.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 179 208 229 0.22 0.09 0 0.10 205.2 0.49 0.8
Hex B3 D0 E5 16 9 0 A CD 31 50
Octal 263 320 345 26 11 0 12 315 61 120
Binary 10110011 11010000 11100101 10110 1001 0 1010 11001101 110001 1010000

Color Harmonies of #B3D0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D0E5

Black with #B3D0E5

Text Example


Text Example

White with #B3D0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D0E5; }

 p { color: rgb(179,208,229); }

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

background-color css

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

 a { background-color: rgb(179,208,229); }

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

border-color css

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

 span { border-color: rgb(179,208,229); }

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