Html Css Color HEX #CBE1F9 Pattens Blue

📋 copy color: '#CBE1F9'

red 203 ◦ green 225 ◦ blue 249

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

Shades of Pattens Blue #CBE1F9

Tints of Pattens Blue #CBE1F9

RGB

 RED value IS 203 (79.69% from 255) = 29.99%

 GREEN value IS 225 (88.28% from 255) = 33.23%

 BLUE value IS 249 (97.66% from 255) = 36.78%

R = 29.99%
G = 33.23%
B = 36.78%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBE1F9 (or 0xCBE1F9) is known color: Pattens Blue. HEX triplet: CB, E1 and F9. RGB value is (203,225,249). Sum of RGB (Red+Green+Blue) = 203+225+249=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1F9 is #341E06. Grayscale: #DDDDDD. Windows color (decimal): -3415559 or 16376267. OLE color: 16376267.

HSL color Cylindrical-coordinate representation of color #CBE1F9: hue angle of 211.3º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE1F9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 225 249 -
CMYK 0.18 0.10 0 0.02
HSL 211.3º 0.79% 0.89% -
HSV(B) 211.3º 0.18% 0.98% -
XYZ 68.65 73.39 100.17 -
YUV 221.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 203 225 249 0.18 0.10 0 0.02 211.3 0.79 0.89
Hex CB E1 F9 12 A 0 2 D3 4F 59
Octal 313 341 371 22 12 0 2 323 117 131
Binary 11001011 11100001 11111001 10010 1010 0 10 11010011 1001111 1011001

Color Harmonies of #CBE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1F9

Black with #CBE1F9

Text Example


Text Example

White with #CBE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1F9; }

 p { color: rgb(203,225,249); }

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

background-color css

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

 a { background-color: rgb(203,225,249); }

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

border-color css

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

 span { border-color: rgb(203,225,249); }

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