Html Css Color HEX #6CF5FD Baby Blue

📋 copy color: '#6CF5FD'

red 108 ◦ green 245 ◦ blue 253

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

Shades of Baby Blue #6CF5FD

Tints of Baby Blue #6CF5FD

RGB

 RED value IS 108 (42.58% from 255) = 17.82%

 GREEN value IS 245 (96.09% from 255) = 40.43%

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 17.82%
G = 40.43%
B = 41.75%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6CF5FD (or 0x6CF5FD) is known color: Baby Blue. HEX triplet: 6C, F5 and FD. RGB value is (108,245,253). Sum of RGB (Red+Green+Blue) = 108+245+253=606 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.82% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CF5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF5FD is #930A02. Grayscale: #CCCCCC. Windows color (decimal): -9636355 or 16643436. OLE color: 16643436.

HSL color Cylindrical-coordinate representation of color #6CF5FD: hue angle of 183.31º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF5FD is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 245 253 -
CMYK 0.57 0.03 0 0.01
HSL 183.31º 0.97% 0.71% -
HSV(B) 183.31º 0.57% 0.99% -
XYZ 56.57 75.58 104.54 -
YUV 204.95 155.11 58.85 -
System Red Green Blue C M Y K H S L
Decimal 108 245 253 0.57 0.03 0 0.01 183.31 0.97 0.71
Hex 6C F5 FD 39 3 0 1 B7 61 47
Octal 154 365 375 71 3 0 1 267 141 107
Binary 1101100 11110101 11111101 111001 11 0 1 10110111 1100001 1000111

Color Harmonies of #6CF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF5FD

Black with #6CF5FD

Text Example


Text Example

White with #6CF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CF5FD; }

 p { color: rgb(108,245,253); }

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

background-color css

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

 a { background-color: rgb(108,245,253); }

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

border-color css

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

 span { border-color: rgb(108,245,253); }

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