Html Css Color HEX #CBE3F7 Pattens Blue

📋 copy color: '#CBE3F7'

red 203 ◦ green 227 ◦ blue 247

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

Shades of Pattens Blue #CBE3F7

Tints of Pattens Blue #CBE3F7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.53%

 BLUE value IS 247 (96.88% from 255) = 36.48%

R = 29.99%
G = 33.53%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CBE3F7 (or 0xCBE3F7) is known color: Pattens Blue. HEX triplet: CB, E3 and F7. RGB value is (203,227,247). Sum of RGB (Red+Green+Blue) = 203+227+247=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBE3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3F7 is #341C08. Grayscale: #DEDEDE. Windows color (decimal): -3415049 or 16245707. OLE color: 16245707.

HSL color Cylindrical-coordinate representation of color #CBE3F7: hue angle of 207.27º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE3F7 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 227 247 -
CMYK 0.18 0.08 0 0.03
HSL 207.27º 0.73% 0.88% -
HSV(B) 207.27º 0.18% 0.97% -
XYZ 68.89 74.35 98.72 -
YUV 222.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 203 227 247 0.18 0.08 0 0.03 207.27 0.73 0.88
Hex CB E3 F7 12 8 0 3 CF 49 58
Octal 313 343 367 22 10 0 3 317 111 130
Binary 11001011 11100011 11110111 10010 1000 0 11 11001111 1001001 1011000

Color Harmonies of #CBE3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3F7

Black with #CBE3F7

Text Example


Text Example

White with #CBE3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3F7; }

 p { color: rgb(203,227,247); }

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

background-color css

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

 a { background-color: rgb(203,227,247); }

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

border-color css

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

 span { border-color: rgb(203,227,247); }

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