Html Css Color HEX #97CBFF Light Sky Blue

📋 copy color: '#97CBFF'

red 151 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #97CBFF

Tints of Light Sky Blue #97CBFF

RGB

 RED value IS 151 (59.38% from 255) = 24.79%

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

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

R = 24.79%
G = 33.33%
B = 41.87%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#97CBFF (or 0x97CBFF) is known color: Light Sky Blue. HEX triplet: 97, CB and FF. RGB value is (151,203,255). Sum of RGB (Red+Green+Blue) = 151+203+255=609 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.79% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #97CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CBFF is #683400. Grayscale: #C1C1C1. Windows color (decimal): -6829057 or 16763799. OLE color: 16763799.

HSL color Cylindrical-coordinate representation of color #97CBFF: hue angle of 210º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97CBFF is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 203 255 -
CMYK 0.41 0.20 0 0
HSL 210º 1% 0.8% -
HSV(B) 210º 0.41% 1% -
XYZ 52.17 56.51 102.77 -
YUV 193.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 151 203 255 0.41 0.20 0 0 210 1 0.8
Hex 97 CB FF 29 14 0 0 D2 64 50
Octal 227 313 377 51 24 0 0 322 144 120
Binary 10010111 11001011 11111111 101001 10100 0 0 11010010 1100100 1010000

Color Harmonies of #97CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CBFF

Black with #97CBFF

Text Example


Text Example

White with #97CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97CBFF; }

 p { color: rgb(151,203,255); }

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

background-color css

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

 a { background-color: rgb(151,203,255); }

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

border-color css

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

 span { border-color: rgb(151,203,255); }

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